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/README.md b/README.md index a8e9305..594b1d8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + ## OpenContacts diff --git a/android/app/build.gradle b/android/app/build.gradle index 5ddc060..73e9618 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -49,7 +49,7 @@ android { } defaultConfig { - applicationId "me.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"> @@ -7,7 +7,7 @@ + package="de.tojcklguy.opencontacts">