We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df38491 commit 89e047fCopy full SHA for 89e047f
1 file changed
buildSrc/src/main/kotlin/App.kt
@@ -1,6 +1,6 @@
1
-const val appVersion = "2.0.0-alpha"
+const val appVersion = "2.1.0-alpha"
2
3
data class AndroidSdk(val min: Int, val target: Int)
4
data class AndroidApp(val sdk: AndroidSdk, val versionCode: Int)
5
6
-val androidApp = AndroidApp(sdk = AndroidSdk(min = 27, target = 35), versionCode = 37)
+val androidApp = AndroidApp(sdk = AndroidSdk(min = 27, target = 35), versionCode = 38)
0 commit comments