Skip to content

Commit

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

versionCode = 6
versionName = "1.3.0"
versionCode = 7
versionName = "1.4.0"
}

compileOptions {
Expand All @@ -49,4 +49,4 @@ fun Project.setupAndroid() {

defaultConfig.targetSdk = 33
}
}
}

0 comments on commit 9362196

Please sign in to comment.