Slackbot
01/05/2023, 3:29 PMMartin
01/05/2023, 3:39 PM7.4.0-rc02+
I don't think you canMartin
01/05/2023, 3:40 PMMartin
01/05/2023, 3:41 PMGianfranco Monzon
01/05/2023, 3:42 PMMartin
01/05/2023, 3:43 PMMartin
01/05/2023, 3:43 PMbuildscript {
dependencies {
classpath("foo:bar:2") {
exclude(group = "commons-collections", module = "commons-collections")
}
}
}
Martin
01/05/2023, 3:43 PMGianfranco Monzon
01/05/2023, 3:44 PMGianfranco Monzon
01/05/2023, 3:57 PMWARNING: Android plugin 7.4.0-rc01 has not been tested with this version of the Android cache fix plugin, although it may work. We test against only the latest patch release versions of Android Gradle plugin: 7.0.4, 7.1.3, 7.2.2, 7.3.1, 7.4.0-beta02, 8.0.0-alpha03. If 7.4.0-rc01 is newly released, we may not have had a chance to release a version tested against it yet. Proceed with caution. You can suppress this warning with with -Dorg.gradle.android.cache-fix.ignoreVersionCheck=true.
Gianfranco Monzon
01/05/2023, 3:57 PMtony
01/05/2023, 4:00 PMbuildscript {
dependencies {
constraints {
// Some plugins (e.g., Paparazzi) try to quietly upgrade the version of AGP we use.
classpath('com.android.tools.build:gradle') {
version {
strictly agpVersion
}
}
but note that Martin is right, Paparazzi has a good reason for requiring a particular version, so be careful