Skip to content

Commit

Permalink
MTweaks v2.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: morogoku <morogoku@hotmail.com>
  • Loading branch information
morogoku committed Sep 5, 2019
1 parent fcca781 commit d90e0ce
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 2140
versionName "2.14.0"
versionCode 2150
versionName "2.15.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* Control MoroSound v2 por Grouxho\n* CPU: Permitir 4 BIG cores a max Freq.\n* Corregido init.d\n\n\n</string>
<string name="changelog_message">\n* Compilado con SDK29.\n* Añadida temp. para exynos 7870/7880/7885, S9 y S10\n* Zram: aumentado tamaño max. a 4GB\n* Zram: ajuste de algoritmo compression\n* Imágenes personalizadas para algunos kernels en el Panel de Navegació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* MoroSound v2 Control by Grouxho.\n* CPU: Allow 4 BIG cores to max freq.\n* Fix init.d\n\n\n</string>
<string name="changelog_message">\n* Compiled with SDK29.\n* Add temp. nodes for exynos 7870/7880/7885, S9 and S10\n* Zram: increase max size to 4GB\n* Zram: add compression algorithm\n* Custom images for some custom kernels in Navigation panel\n\n\n</string>
<string name="close">Close</string>

<!-- Security -->
Expand Down

0 comments on commit d90e0ce

Please sign in to comment.