We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadc3b1 commit c4bff9fCopy full SHA for c4bff9f
1 file changed
buildSrc/src/main/java/Dependencies.kt
@@ -5,7 +5,7 @@ object Android {
5
const val versionCode = 405
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