changes done today

pull/1919/head
Jegatheeswaran M 2 months ago
parent 1c5cd5c2a0
commit 882c4f71db

@ -65,7 +65,7 @@ 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