Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Co-Authored-By: Seelvia95 <84454513+Seelvia95@users.noreply.github.com>
  • Loading branch information
Domi04151309 and Seelvia95 committed Jul 16, 2021
1 parent b656275 commit 53c979e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 "io.github.domi04151309.batterytool"
minSdkVersion 23
targetSdkVersion 30
versionCode 100
versionName "1.0.0"
versionCode 101
versionName "1.0.1"
}
buildTypes {
debug {
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<string name="setup_title">Chiudi automaticamente le app in esecuzione in background.</string>
<string name="setup_summary">Per fare ciò questa app ha bisogno dei permessi di root. Basta consentirli dopo aver fatto clic su continua.</string>
<string name="setup_button">Continua</string>
<string name="setup_demo">Demo</string>
<string name="setup_demo_summary">Puoi usare la modalità demo per dare un\'occhiata all\'applicazione ma senza alcuna funzionalità. Abilita l\'accesso root per usare l\'app.</string>

<string name="action_failed">Azione non riuscita</string>
<string name="action_failed_summary">Il root è necessario per far funzionare questa app. Si prega di abilitare l\'accesso root.</string>
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/101.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This release features an all new Italian translation thanks to Silvia & Bianca and fixes Android 11 compatibility.

0 comments on commit 53c979e

Please sign in to comment.