|
|
@ -60,6 +60,7 @@ val backendUrl = providers.fileContents(
|
|
|
|
if (properties.containsKey("BACKEND_URL"))
|
|
|
|
if (properties.containsKey("BACKEND_URL"))
|
|
|
|
(properties["BACKEND_URL"] as String)
|
|
|
|
(properties["BACKEND_URL"] as String)
|
|
|
|
else "http://example.com"
|
|
|
|
else "http://example.com"
|
|
|
|
|
|
|
|
// Move to returning `properties["BACKEND_URL"] as String?` after upgrading to Gradle 9.0.0
|
|
|
|
}.orElse("http://example.com")
|
|
|
|
}.orElse("http://example.com")
|
|
|
|
|
|
|
|
|
|
|
|
androidComponents {
|
|
|
|
androidComponents {
|
|
|
|