Skip to content

Commit

Permalink
Increment versionCode and versionName
Browse files Browse the repository at this point in the history
  • Loading branch information
vetux committed Dec 22, 2022
1 parent c2ec48d commit 47278a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.phaseshifter.canora"
minSdkVersion 26
targetSdkVersion 32
versionCode 3237
versionName "0.12.2"
versionCode 3238
versionName "0.13.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down

0 comments on commit 47278a5

Please sign in to comment.