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 {
onVariants {
it.buildConfigFields.put("BACKEND_URL", backendUrl.map { value ->
BuildConfigField(type = "String", value = """"$value"""", comment = null)
it.buildConfigFields?.put("BACKEND_URL", backendUrl.map { value ->
BuildConfigField(type = "String", value = """"$value"""", comment = "null")
})
}
}

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

Loading…
Cancel
Save