build: bump AGP to 8.0.0

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2023-04-27 14:21:47 +02:00
parent c2fdd0ca93
commit e55358f685
2 changed files with 1 additions and 3 deletions

View File

@ -42,8 +42,6 @@ android.generateManifestClass=true
android.experimental.enableSourceSetPathsMap=true
# Use relative paths for better Gradle caching of library build tasks
android.experimental.cacheCompileLibResources=true
# Disable automatic creation of publishing components
android.disableAutomaticComponentCreation=true
# Default Android build features
# Disable BuildConfig generation by default

View File

@ -1,5 +1,5 @@
pluginManagement {
def agpVersion = '7.4.2'
def agpVersion = '8.0.0'
def kotlinVersion = "1.8.0"
repositories {
gradlePluginPortal()