Skip to content

Commit

Permalink
Bump app version in build.gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed May 26, 2023
1 parent 244a413 commit f6b6fd5
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 @@ -15,8 +15,8 @@ android {
applicationId "dnd.jon.spellbook"
minSdkVersion 24
targetSdkVersion 33
versionCode 300060
versionName "3.0.6"
versionCode 300100
versionName "3.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
signingConfig signingConfigs.release
}
Expand Down

0 comments on commit f6b6fd5

Please sign in to comment.