Skip to content

Commit

Permalink
increment version code to 2 and version name to 0.1.alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Weaver authored and Cody Weaver committed Dec 31, 2023
1 parent 3858b23 commit 88a470e
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 @@ -20,8 +20,8 @@ android {
applicationId = "com.android.pocketalchemy"
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "0.0.alpha"
versionCode = 2
versionName = "0.1.alpha"

testInstrumentationRunner = "com.android.pocketalchemy.dagger.PaTestRunner"

Expand Down

0 comments on commit 88a470e

Please sign in to comment.