We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab7ac5 commit b1d9d35Copy full SHA for b1d9d35
gradle.properties
@@ -42,8 +42,6 @@ android.generateManifestClass=true
42
android.experimental.enableSourceSetPathsMap=true
43
# Use relative paths for better Gradle caching of library build tasks
44
android.experimental.cacheCompileLibResources=true
45
-# Disable automatic creation of publishing components
46
-android.disableAutomaticComponentCreation=true
47
48
# Default Android build features
49
# Disable BuildConfig generation by default
settings.gradle
@@ -1,5 +1,5 @@
1
pluginManagement {
2
- def agpVersion = '7.4.2'
+ def agpVersion = '8.0.0'
3
def kotlinVersion = "1.8.0"
4
repositories {
5
gradlePluginPortal()
0 commit comments