We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c76434 commit 1dd6db8Copy full SHA for 1dd6db8
buildSrc/src/main/kotlin/DeviceInfo.kt
@@ -3,8 +3,8 @@ object DeviceInfo {
3
const val compileSdk = 33
4
const val minSdk = 28
5
const val targetSdk = 32
6
- const val versionCode = 9
7
- const val versionName = "1.0.7"
+ const val versionCode = 10
+ const val versionName = "1.0.8"
8
const val androidTestInstrumentation = "androidx.test.runner.AndroidJUnitRunner"
9
10
}
0 commit comments