Skip to content

Commit

Permalink
Update gradle, version and fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackyHawky committed Jun 12, 2024
1 parent 93d9c7b commit 8630515
Show file tree
Hide file tree
Showing 4 changed files with 16 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 @@ -8,8 +8,8 @@ android {
applicationId "com.best.deskclock"
minSdk 23
targetSdk 34
versionCode 2005
versionName '2.4'
versionCode 2006
versionName '2.5'
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
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.1'
classpath 'com.android.tools.build:gradle:8.4.2'
}
}

Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2006.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
**Fixes**
- Fix the display of digital widgets for some versions of Android;
- For phones in landscape mode only, the timer text title can be re-entered;

**Improvements**
- Improve app opening;
- Dismiss or snooze alarms by swiping or tapping;
- Add color picker to screensaver and digital widgets settings;
- To see all the improvements, visit: https://github.com/BlackyHawky/Clock/releases/tag/2.5

**Note:**
Due to a change in settings, you will need to redefine the "Dark theme mode" setting.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Mon May 27 16:58:43 CEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 8630515

Please sign in to comment.