We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f31225a + 99c4355 commit 34bf804Copy full SHA for 34bf804
1 file changed
buildSrc/src/main/java/Dependencies.kt
@@ -2,10 +2,10 @@
2
3
object Android {
4
const val namespace = "com.getcode"
5
- const val versionCode = 408
+ const val versionCode = 409
6
const val compileSdkVersion = 34
7
const val minSdkVersion = 24
8
- const val targetSdkVersion = 33
+ const val targetSdkVersion = 34
9
const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
10
const val buildToolsVersion = "34.0.0"
11
}
0 commit comments