updating a spanish string
This commit is contained in:
parent
805f0c0295
commit
1eb61fa4ef
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
|||
<string name="downloads">Descargas</string>
|
||||
<string name="archives">Archivos</string>
|
||||
<string name="others">Otros</string>
|
||||
<string name="storage_free">gratis</string>
|
||||
<string name="storage_free">libre</string>
|
||||
<string name="total_storage">Almacenamiento total: %s</string>
|
||||
|
||||
<!-- Settings -->
|
||||
|
|
|
@ -9,7 +9,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.0.2'
|
||||
classpath 'com.android.tools.build:gradle:7.0.3'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
|
Loading…
Reference in a new issue