Skip to content

Commit

Permalink
Update gradle, version and fastlane and delete unused string
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackyHawky committed Jun 23, 2024
1 parent 697e44b commit 6148d32
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.best.deskclock"
minSdk 23
targetSdk 34
versionCode 2006
versionName '2.5'
versionCode 2007
versionName '2.6'
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,6 @@
<string name="permission_management_summary">Affiche les autorisations nécessaires pour que l\'application fonctionne correctement</string>
<string name="permission_requirement_title">Exigence : </string>
<string name="permission_highly_recommended">Hautement recommandée</string>
<string name="permission_optional">Optionnelle</string>
<string name="permission_status_title">État : </string>
<string name="permission_granted">Accordé</string>
<string name="permission_denied">Refusé</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@
<string name="permission_management_title">Rechtenbeheer</string>
<string name="permission_requirement_title">Vereiste: </string>
<string name="permission_highly_recommended">Sterk aanbevolen</string>
<string name="permission_optional">Optioneel</string>
<string name="permission_status_title">Status: </string>
<string name="permission_granted">Toegestaan</string>
<string name="permission_denied">Geweigerd</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-ro/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@
<string name="title_accent_color">Culoare accent</string>
<string name="permission_denied">Refuzată</string>
<string name="permission_dialog_close_button">Închidere</string>
<string name="permission_optional">Opțional</string>
<string name="selected">Selectat</string>
<string name="more_options">Mai multe opțiuni</string>
<string name="alarm_inactive">Oprit</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,6 @@
<string name="permission_management_summary">Show the permissions necessary for the application to work properly</string>
<string name="permission_requirement_title">Requirement: </string>
<string name="permission_highly_recommended">Highly recommended</string>
<string name="permission_optional">Optional</string>
<string name="permission_status_title">Status: </string>
<string name="permission_granted">Granted</string>
<string name="permission_denied">Denied</string>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.4.2'
classpath 'com.android.tools.build:gradle:8.5.0'
}
}

Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2007.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
**Fixes**
- Fix "Gradually increase volume" summary for timer

**Improvements**
- Remove unnecessary permissions;
- Improve alarm and timer;
- To see all the improvements, visit: https://github.com/BlackyHawky/Clock/releases/tag/2.6

**Note:**
Due to a change in database, you'll need to reinstall the app.

0 comments on commit 6148d32

Please sign in to comment.