Compare commits

..

1 Commits

Author SHA1 Message Date
62ef309f25 cleaner ci
Some checks failed
Build and push docker image / Build (pull_request) Failing after 37s
Build web / Build Web (pull_request) Has been cancelled
Build and release APK / Build APK (pull_request) Failing after 5m2s
2024-06-04 00:31:43 +02:00
2 changed files with 1 additions and 5 deletions

View File

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

View File

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