Set Android Gradle Plugin dependency version to 3.4.0.
This is required to get method deprecations and new proposed methods.
This commit is contained in:
committed by
TeamCityServer
parent
f59b49db68
commit
9100be4566
@@ -15,7 +15,7 @@ dependencies {
|
||||
implementation(project(":native:kotlin-native-utils"))
|
||||
|
||||
compileOnly(gradleApi())
|
||||
compileOnly("com.android.tools.build:gradle:0.4.2")
|
||||
compileOnly("com.android.tools.build:gradle:3.4.0")
|
||||
}
|
||||
|
||||
pill {
|
||||
|
||||
Reference in New Issue
Block a user