build: bump AGP to 8.0.0
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
c2fdd0ca93
commit
e55358f685
@ -42,8 +42,6 @@ android.generateManifestClass=true
|
|||||||
android.experimental.enableSourceSetPathsMap=true
|
android.experimental.enableSourceSetPathsMap=true
|
||||||
# Use relative paths for better Gradle caching of library build tasks
|
# Use relative paths for better Gradle caching of library build tasks
|
||||||
android.experimental.cacheCompileLibResources=true
|
android.experimental.cacheCompileLibResources=true
|
||||||
# Disable automatic creation of publishing components
|
|
||||||
android.disableAutomaticComponentCreation=true
|
|
||||||
|
|
||||||
# Default Android build features
|
# Default Android build features
|
||||||
# Disable BuildConfig generation by default
|
# Disable BuildConfig generation by default
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
pluginManagement {
|
pluginManagement {
|
||||||
def agpVersion = '7.4.2'
|
def agpVersion = '8.0.0'
|
||||||
def kotlinVersion = "1.8.0"
|
def kotlinVersion = "1.8.0"
|
||||||
repositories {
|
repositories {
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
|
Loading…
Reference in New Issue
Block a user