Compare commits

..

1 Commits

Author SHA1 Message Date
5816d615d0 cleaner ci
Some checks failed
Build and push docker image / Build (pull_request) Failing after 40s
Build and release APK / Build APK (pull_request) Failing after 5m52s
Build web / Build Web (pull_request) Successful in 1m15s
2024-06-04 14:10:15 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@ plugins {
}
def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
def localPropertiesFile = rootProject.file('secrets.properties')
if (localPropertiesFile.exists()) {
localPropertiesFile.withReader('UTF-8') { reader ->
localProperties.load(reader)
@ -54,6 +54,9 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
// Placeholders of keys that are replaced by the build system.
manifestPlaceholders += [MAPS_API_KEY: "some value"]
}
buildTypes {

View File

@ -0,0 +1 @@
MAPS_API_KEY=Key