Skip to content

Commit

Permalink
[skip ci] Increment version code & name for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs authored and github-actions[bot] committed Nov 1, 2024
1 parent 1be6cf8 commit 8a82b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ android {
applicationId = "com.svenjacobs.app.leon"
minSdk = Android.minSdk
targetSdk = Android.targetSdk
versionCode = 267
versionName = "46"
versionCode = 268
versionName = "47"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 8a82b79

Please sign in to comment.