Skip to content

Commit

Permalink
Update AGP to 7.1.2.
Browse files Browse the repository at this point in the history
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 bitcoindevkit#32.

Changelog: https://developer.android.com/studio/releases/gradle-plugin#versioning-update.
  • Loading branch information
kirillzh committed Mar 24, 2022
1 parent 41a0303 commit d02ce5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
Expand Down

0 comments on commit d02ce5f

Please sign in to comment.