Skip to content

Commit b1d9d35

Browse files
committed
build: bump AGP to 8.0.0
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 4ab7ac5 commit b1d9d35

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ android.generateManifestClass=true
4242
android.experimental.enableSourceSetPathsMap=true
4343
# Use relative paths for better Gradle caching of library build tasks
4444
android.experimental.cacheCompileLibResources=true
45-
# Disable automatic creation of publishing components
46-
android.disableAutomaticComponentCreation=true
4745

4846
# Default Android build features
4947
# Disable BuildConfig generation by default

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pluginManagement {
2-
def agpVersion = '7.4.2'
2+
def agpVersion = '8.0.0'
33
def kotlinVersion = "1.8.0"
44
repositories {
55
gradlePluginPortal()

0 commit comments

Comments
 (0)