We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18004ad commit 59c1149Copy full SHA for 59c1149
1 file changed
buildSrc/src/main/java/Dependencies.kt
@@ -3,7 +3,7 @@ object Android {
3
const val minSdkVersion = 22
4
const val targetSdkVersion = 33
5
const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
6
- const val buildToolsVersion = "33.0.1"
+ const val buildToolsVersion = "34.0.0"
7
}
8
9
object Versions {
0 commit comments