Fixed gradle

This commit is contained in:
Nite 2020-06-05 09:50:10 +02:00
parent a845ec8039
commit cb09be0a64
No known key found for this signature in database
GPG Key ID: 1D1AD59B1C6386C1
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath "com.android.tools.build:gradle:3.6.3"
classpath gradlePlugins.androidTools
classpath gradlePlugins.kotlin
classpath gradlePlugins.ktlintGradle
classpath gradlePlugins.detekt

View File

@ -1,10 +1,10 @@
ext.versions = [
minSdk : 14,
targetSdk : 22,
targetSdk : 23,
compileSdk : 28,
gradle : '4.6',
androidTools : "3.2.0",
androidTools : "3.6.3",
ktlint : "0.28.0",
ktlintGradle : "5.1.0",
detekt : "1.0.0.RC6-4",