Skip to content

Commit

Permalink
Bump to 2024.5 (8)
Browse files Browse the repository at this point in the history
  • Loading branch information
delacrixmorgan committed Nov 20, 2024
1 parent ff36a21 commit c504ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ android {
applicationId = "com.delacrixmorgan.twilight.android"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 7
versionName = "2024.04"
versionCode = 8
versionName = "2024.05"

buildConfigField("int", "VERSION_CODE", versionCode.toString())
buildConfigField("String", "VERSION_NAME", "\"${versionName}\"")
Expand Down

0 comments on commit c504ed9

Please sign in to comment.