Skip to content

Commit

Permalink
Bumped application version + upgraded AGP to 8.8.0 + updated changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
sweakpl committed Jan 14, 2025
1 parent 298e82d commit 0038f7f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "com.sweak.qralarm"
minSdk = 21
targetSdk = 35
versionCode = 40
versionName = "2.3.1"
versionCode = 41
versionName = "2.4"

vectorDrawables {
useSupportLibrary = true
Expand Down
3 changes: 0 additions & 3 deletions fastlane/metadata/android/en-US/changelogs/40.txt

This file was deleted.

3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/41.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* The "1-hour before alarm edition lock" can now be toggled in the alarm settings,
* Added the Chinese language,
* Translation improvements.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.7.3"
agp = "8.8.0"
kotlin = "1.9.25"
hilt = "2.51"
ksp = "1.9.25-1.0.20"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Oct 03 19:24:55 CEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 0038f7f

Please # to comment.