Skip to content

Commit

Permalink
update version number prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
octoshrimpy authored Feb 4, 2025
1 parent 0b1d847 commit 51ae22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions presentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId 'dev.octoshrimpy.quik'
minSdkVersion 23
targetSdkVersion 33
versionCode 2226
versionName '4.0.9'
versionCode 2227
versionName '4.0.10'
setProperty("archivesBaseName", "QUIK-v${versionName}")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 51ae22e

Please sign in to comment.