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 Sep 18, 2024
1 parent 9ca731c commit e7287db
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 @@ -37,8 +37,8 @@ android {
applicationId = "com.svenjacobs.app.leon"
minSdk = Android.minSdk
targetSdk = Android.targetSdk
versionCode = 264
versionName = "43"
versionCode = 265
versionName = "44"

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

0 comments on commit e7287db

Please sign in to comment.