Skip to content

Commit 2066bb4

Browse files
authored
keep com.android.tools.build:gradle at v7.4.2
Android Studio complained
1 parent dbf87c9 commit 2066bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.4.0-beta02'
9+
classpath 'com.android.tools.build:gradle:7.4.2'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111

1212
// NOTE: Do not place your application dependencies here; they belong
@@ -23,4 +23,4 @@ allprojects {
2323

2424
task clean(type: Delete) {
2525
delete rootProject.buildDir
26-
}
26+
}

0 commit comments

Comments
 (0)