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 Mar 9, 2023
1 parent e77360a commit 5260557
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 @@ -35,8 +35,8 @@ android {
applicationId = "com.svenjacobs.app.leon"
minSdk = Android.minSdk
targetSdk = Android.targetSdk
versionCode = 243
versionName = "22"
versionCode = 244
versionName = "23"

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

0 comments on commit 5260557

Please sign in to comment.