Skip to content

Commit

Permalink
Merge pull request #845 from DroidKaigi/update-android-version
Browse files Browse the repository at this point in the history
Update android version
  • Loading branch information
takahirom authored Oct 4, 2022
2 parents de63d99 + 95bb764 commit 1dfd0be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ fun Project.setupAndroid() {
defaultConfig {
minSdk = 23

versionCode = 5
versionName = "1.2.0"
versionCode = 6
versionName = "1.3.0"
}

compileOptions {
Expand Down

0 comments on commit 1dfd0be

Please sign in to comment.