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:
Yahor Berdnikau
2021-04-12 11:28:53 +02:00
committed by TeamCityServer
parent f59b49db68
commit 9100be4566
6 changed files with 262 additions and 12 deletions
@@ -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 {