Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Prev Previous commit
Next Next commit
bump agp to beta03
  • Loading branch information
marandaneto committed Nov 9, 2019
commit d71f84fd10fc93b63c082c5954459cc9fb171428
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ object Config {
val kotlinStdLib = "stdlib-jdk8"

object BuildPlugins {
val androidGradle = "com.android.tools.build:gradle:3.6.0-beta02"
val androidGradle = "com.android.tools.build:gradle:3.6.0-beta03"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ninniuz what do you think about that?
I'd like to use maven-publish with the native support that AGP 3.6.x provides.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is a great addition to AGP and it makes publishing a lot easier, but I wouldn't use beta releases as they could affect aar generation.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ninniuz based on the changelog, the "only" different thing that affects aar generation would be useNewApkCreator which I've disabled, that's why I think it's safe to go, but I do understand your concern.

val kotlinGradlePlugin = "gradle-plugin"
}

Expand Down