Skip to content

Commit

Permalink
chore: Increase versionCode to 10 in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
7underlines committed Oct 16, 2024
1 parent 0f88699 commit b807190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
applicationId "com.thomaspeissl.quick_dungeon_crawler_od.twa"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 9
versionCode 10
versionName "2.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
Expand Down

0 comments on commit b807190

Please sign in to comment.