updating a spanish string

This commit is contained in:
tibbi 2021-11-04 20:34:46 +01:00
parent 805f0c0295
commit 1eb61fa4ef
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@
<string name="downloads">Descargas</string> <string name="downloads">Descargas</string>
<string name="archives">Archivos</string> <string name="archives">Archivos</string>
<string name="others">Otros</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> <string name="total_storage">Almacenamiento total: %s</string>
<!-- Settings --> <!-- Settings -->

View File

@ -9,7 +9,7 @@ buildscript {
} }
dependencies { 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" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong