Update AGP to 7.1.2.

AGP 7.1.0 adds maven-publish APIs for making publishing javadocs and sources for Android libraries very easy. We can use that to resolve #32.

Changelog: https://developer.android.com/studio/releases/gradle-plugin#versioning-update.
This commit is contained in:
Kirill Zhukov 2022-03-20 14:30:39 -07:00
parent e139e3d999
commit bb9d0869ac
No known key found for this signature in database
GPG Key ID: D9D0E1C70935D5E0

View File

@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.4")
classpath("com.android.tools.build:gradle:7.1.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
}
}