diff --git a/README.md b/README.md index 2c62c86..eafa91a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # YomtovReminders -Simple React Native app that displays all upcoming holidays with simple info about them +Simple React Native app that displays all upcoming holidays with simple info about them \ No newline at end of file diff --git a/android/gradle.properties b/android/gradle.properties index e4af465..ad75fdf 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -42,3 +42,7 @@ newArchEnabled=false # Use this property to enable or disable the Hermes JS engine. # If set to false, you will be using JSC instead. hermesEnabled=true +MYAPP_RELEASE_STORE_FILE=my-release-key.keystore +MYAPP_RELEASE_KEY_ALIAS=my-key-alias +MYAPP_RELEASE_STORE_PASSWORD=your_keystore_password +MYAPP_RELEASE_KEY_PASSWORD=your_key_password diff --git a/package-lock.json b/package-lock.json index 70b8e7d..391c173 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "YomtovReminders", "version": "0.0.1", "dependencies": { "@react-native-async-storage/async-storage": "^1.17.11",