Skip to content

Commit 030b507

Browse files
authored
Merge pull request #833 from DroidKaigi/update
Update android 1.2.0
2 parents 745ce21 + ee4ef7e commit 030b507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/plugins/src/main/kotlin/io/github/droidkaigi/confsched2022/primitive/AndroidGradleDsl.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ fun Project.setupAndroid() {
2929
defaultConfig {
3030
minSdk = 23
3131

32-
versionCode = 4
33-
versionName = "1.1.0"
32+
versionCode = 5
33+
versionName = "1.2.0"
3434
}
3535

3636
compileOptions {

0 commit comments

Comments
 (0)