Skip to content

Commit

Permalink
MTweaks v2.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: morogoku <morogoku@hotmail.com>
  • Loading branch information
morogoku committed Mar 18, 2020
1 parent 09271f8 commit 3b6736c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'com.moro.mtweaks'
minSdkVersion 23
targetSdkVersion 29
versionCode 2163
versionName "2.16.3"
versionCode 2170
versionName "2.17.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<string name="open">Abrir %s</string>
<string name="used">usado</string>
<string name="free">libre</string>
<string name="changelog_message">\n* Actualizado Tile Spectrum para que pida menos accesos root.\n\n\n</string>
<string name="changelog_message">\n* Actualizado Tile Spectrum para que pida menos accesos root.\n* Añadido soporte para ajustes CPU 3 clusters: S10, Note10 y S20.\n* Actualizado CpuSpy para 3 clusters.\n* Temperaturas para S10, Note10 y S20.\n\n\n</string>
<string name="close">Cerrar</string>
<!-- Security -->
<string name="password">Contraseña</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<string name="open">Open %s</string>
<string name="disable">Disable</string>
<string name="changelog">MTweaks v%s</string>
<string name="changelog_message">\n* Updated Spectrum Tile to request less root access.\n\n\n</string>
<string name="changelog_message">\n* Updated Spectrum Tile to request less root access.\n* Added support for CPUs of 3 clusters: S10, Note 10 and S20.\n* Updated CpuSpy for 3 clusters.\n* Temperatures for S10, Note10 and S20.\n\n\n</string>
<string name="close">Close</string>

<!-- Security -->
Expand Down

0 comments on commit 3b6736c

Please sign in to comment.