Upgrade AGP 8.11.1

pull/1941/head
jun011026 4 weeks ago
parent 30a5af5b1f
commit d75e7fad53

@ -65,8 +65,8 @@ val backendUrl = providers.fileContents(
androidComponents { androidComponents {
onVariants { onVariants {
it.buildConfigFields.put("BACKEND_URL", backendUrl.map { value -> it.buildConfigFields?.put("BACKEND_URL", backendUrl.map { value ->
BuildConfigField(type = "String", value = """"$value"""", comment = null) BuildConfigField(type = "String", value = """"$value"""", comment = "null")
}) })
} }
} }

@ -2,7 +2,7 @@
accompanist = "0.37.0" accompanist = "0.37.0"
androidDesugarJdkLibs = "2.1.4" androidDesugarJdkLibs = "2.1.4"
# AGP and tools should be updated together # AGP and tools should be updated together
androidGradlePlugin = "8.9.0" androidGradlePlugin = "8.11.1"
androidTools = "31.9.0" androidTools = "31.9.0"
androidxActivity = "1.9.3" androidxActivity = "1.9.3"
androidxAppCompat = "1.7.0" androidxAppCompat = "1.7.0"

Loading…
Cancel
Save