Skip to content

Commit

Permalink
MTweaks v2.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: morogoku <morogoku@hotmail.com>
  • Loading branch information
morogoku committed Nov 8, 2018
1 parent 3782a99 commit 8a728f4
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 @@ -18,8 +18,8 @@ android {
applicationId 'com.moro.mtweaks'
minSdkVersion 19
targetSdkVersion 28
versionCode 292
versionName "2.9.2"
versionCode 2100
versionName "2.10.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* Corregido Boeffla Wakelock, ahora va mucho más rápido, gracias @Grouxho\n\n\n</string>
<string name="changelog_message">\n* Optimizadas Opciones GPU\n* Actualizado a SDK 28\n* Actualizado idioma Francés\n* Nuevo control de voltage Mif, Int, Disp, Cam\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* Fixed Boeffla Wakelock, now works much faster, thanks @Grouxho\n\n\n</string>
<string name="changelog_message">\n* Optimzie GPU Options\n* Updated to SDK 28\n* Updated French language\n* New Mif, Int, Disp, Cam Voltage Control\n\n\n</string>
<string name="close">Close</string>

<!-- Security -->
Expand Down

0 comments on commit 8a728f4

Please sign in to comment.