Revert "[Frequent Updates] Gradle 6.6.1 & Android Gradle Plugin 4.0.1 & com.jfrog.bintray.gradle 1.8.5 (#1079)" (#1193)

This reverts commit 33476b4754.
This commit is contained in:
エリス
2021-04-09 11:23:23 +09:00
committed by GitHub
parent c676ca98ff
commit 9071d5131a
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ buildscript {
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
+1 -1
View File
@@ -17,5 +17,5 @@
*/
wrapper {
gradleVersion = '6.6.1'
gradleVersion = '6.5'
}