diff --git a/.gitignore b/.gitignore index d5aa5f0..b9e9a75 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,5 @@ app.*.map.json /android/app/profile /android/app/release /android/key.properties + +# NEVER STORE ANY KEY OR API KEYS WHEN COMMITING CODE!! diff --git a/android/app/build.gradle b/android/app/build.gradle index cf8a587..73e9618 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -49,7 +49,7 @@ android { } defaultConfig { - applicationId "de.voidspace.recon" + applicationId "de.tojcklguy.opencontacts" minSdkVersion 24 targetSdkVersion flutter.targetSdkVersion versionCode flutterVersionCode.toInteger() diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 68748a4..15eb43f 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="de.tojcklguy.opencontacts"> diff --git a/android/app/src/main/kotlin/de/voidspace/recon/MainActivity.kt b/android/app/src/main/kotlin/de/voidspace/recon/MainActivity.kt index 61d9bb0..d86b75a 100644 --- a/android/app/src/main/kotlin/de/voidspace/recon/MainActivity.kt +++ b/android/app/src/main/kotlin/de/voidspace/recon/MainActivity.kt @@ -1,4 +1,4 @@ -package de.voidspace.recon +package de.tojcklguy.opencontacts import io.flutter.embedding.android.FlutterActivity diff --git a/android/app/src/profile/AndroidManifest.xml b/android/app/src/profile/AndroidManifest.xml index 68748a4..15eb43f 100644 --- a/android/app/src/profile/AndroidManifest.xml +++ b/android/app/src/profile/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="de.tojcklguy.opencontacts">