Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bailuk committed May 5, 2024
1 parent 2b8c41a commit 1bf726a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aat-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
targetSdk = 33

// Version Code can not be taken from from variable (f-droid version checker fail)
versionCode = 38
versionCode = 39
versionName = appVersionName
applicationId = appId
}
Expand Down
2 changes: 1 addition & 1 deletion aat-lib/src/main/java/ch/bailu/aat_lib/Configuration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Configuration {
const val appName = "AAT"
const val appContact = "aat@bailu.ch"
const val mapsForgeVersion = "0.20.0"
const val appVersionName = "v1.25"
const val appVersionName = "v1.25.2"
const val focVersion = "1.3"
const val appCopyright = "© 2011-2024 Lukas Bai, GNU GPLv3 or later\n© Map and data OSM contributors ODbL 1.0"
const val appId = "ch.bailu.aat"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mapsForgeVersion=0.20.0
appName=AAT
appLongName=AAT Activity Tracker
appContact=aat@bailu.ch
appVersionName=v1.25
appVersionName=v1.25.2
appWebsite=https://github.com/bailuk/AAT
appId=ch.bailu.aat

Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/39.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v1.25.2 (39)

- Fix crash on Kotlin null check: Allow parameter `Intent` to be null in `AbsService::onStartCommand()`

0 comments on commit 1bf726a

Please sign in to comment.