chore(deps): Update Android Gradle Plugin to v8.5.1

They told me on 8th of July that AGP up to v8.6-alpha will be supported
on next IDEA (for EAP, because of it is... at this point I think
Ultimate Edition no longer worth it, at least for KMM developers) plugin
release, let's see if they're telling the truth.
This commit is contained in:
Ahmad Ansori Palembani 2024-07-25 09:06:35 +07:00
parent f4c0df3181
commit fb92d1dcb6
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 3 additions and 12 deletions

View file

@ -47,4 +47,5 @@
- Use version catalog for gradle plugins - Use version catalog for gradle plugins
- Update dependency org.jsoup:jsoup to v1.7.1 - Update dependency org.jsoup:jsoup to v1.7.1
- Bump dependency com.github.tachiyomiorg:image-decoder revision to 41c059e540 - Bump dependency com.github.tachiyomiorg:image-decoder revision to 41c059e540
- Bump dependency io.coil-kt.coil3 to v3.0.0-alpha08 - Update dependency io.coil-kt.coil3 to v3.0.0-alpha08
- Update Android Gradle Plugin to v8.5.1

View file

@ -1,6 +1,6 @@
[versions] [versions]
activity = "1.9.0" activity = "1.9.0"
agp = "8.4.2" agp = "8.5.1"
lifecycle = "2.8.1" lifecycle = "2.8.1"
[libraries] [libraries]

View file

@ -11,16 +11,6 @@ pluginManagement {
} }
} }
} }
// https://issuetracker.google.com/344363457
// FIXME: Remove when AGP's bundled R8 is updated
buildscript {
repositories {
maven("https://storage.googleapis.com/r8-releases/raw")
}
dependencies {
classpath("com.android.tools:r8:8.5.21")
}
}
} }
dependencyResolutionManagement { dependencyResolutionManagement {