We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6aaf41 + 3688c09 commit 99c4355Copy full SHA for 99c4355
1 file changed
buildSrc/src/main/java/Dependencies.kt
@@ -5,7 +5,7 @@ object Android {
5
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