We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4093d6c commit eb41cb8Copy full SHA for eb41cb8
1 file changed
buildSrc/src/main/kotlin/App.kt
@@ -1,6 +1,6 @@
1
-const val appVersion = "1.8.1-alpha"
+const val appVersion = "1.8.2-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 = 30)
+val androidApp = AndroidApp(sdk = AndroidSdk(min = 27, target = 35), versionCode = 31)
0 commit comments