Skip to content

Commit 78bf22e

Browse files
committed
upgrade Compose to 1.0 and bump version
1 parent d347379 commit 78bf22e

File tree

1 file changed

+3
-3
lines changed
  • buildSrc/src/main/java/wtf/s1rius/ptr/buildsrc

1 file changed

+3
-3
lines changed

buildSrc/src/main/java/wtf/s1rius/ptr/buildsrc/Configs.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ object Versions {
66
const val kotlin = "1.5.10"
77
const val ktx = "1.5.0"
88
const val kotlinCoroutines = "1.5.0"
9-
const val gradlePlugin = "7.1.0-alpha03"
9+
const val gradlePlugin = "7.0.0"
1010
const val compileSdkVersion = 30
1111
const val minSdkVersion = 21
1212
const val coreMinSkdVersion = 14
1313
const val targetSdkVersion = 30
1414
const val versionCode = 1
1515
const val versionName = "1.0.0"
1616
const val bytex = "0.2.7"
17-
const val compose = "1.0.0-rc02"
17+
const val compose = "1.0.0"
1818
const val nsptr = "0.1.0"
19-
const val nsptrDev = "0.1.0"
19+
const val nsptrDev = "0.1.0-SNAPSHOT"
2020
const val group = "wtf.s1.ptr"
2121
}
2222

0 commit comments

Comments
 (0)