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 24, 2024
1 parent 1336218 commit b43b0e8
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 = 268
versionName = "47"
versionCode = 269
versionName = "48"

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

0 comments on commit b43b0e8

Please sign in to comment.