mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-14 16:37:16 +03:00
Fixed gradle
This commit is contained in:
parent
a845ec8039
commit
cb09be0a64
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user