Skip to content

Commit

Permalink
Merge pull request #833 from DroidKaigi/update
Browse files Browse the repository at this point in the history
Update android 1.2.0
  • Loading branch information
takahirom authored Oct 2, 2022
2 parents 745ce21 + ee4ef7e commit 030b507
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 = 4
versionName = "1.1.0"
versionCode = 5
versionName = "1.2.0"
}

compileOptions {
Expand Down

0 comments on commit 030b507

Please sign in to comment.