Skip to content

Commit 59c1149

Browse files
committed
build: bump build tools to 34.0.0
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 18004ad commit 59c1149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/java/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ object Android {
33
const val minSdkVersion = 22
44
const val targetSdkVersion = 33
55
const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
6-
const val buildToolsVersion = "33.0.1"
6+
const val buildToolsVersion = "34.0.0"
77
}
88

99
object Versions {

0 commit comments

Comments
 (0)