Closed chrisbanes closed 4 years ago
Use the 3.0 snapshots. The main change is that the public API uses properties now: https://github.com/Triple-T/gradle-play-publisher#snapshot-builds
Cool, thanks!
U just found the same issue with my plugin, after I rewrote it to Koltin. Until it was in the Gradle which compile it dynamically everything works well, with all versions of the android build plugin. But now I need to compile plugin with android build plugin 4.1 if I want to use it with 4.1 and with 4.0 if I want to use it with an older version, there is just binary incompatibility.
Seeing another incompatibility with 3.1.0-SNAPSHOT
gradle 4.2.0-alpha16
com.android.build.api.component.analytics.AnalyticsEnabledApplicationVariantBuilder_Decorated cannot be cast to com.android.build.api.variant.ApplicationVariant
Command:
./gradlew publishRelease
Versions
AGP 4.2.0-alpha01 Gradle 6.5-rc1
Log