From f68a9cea654efeb85ee444e4c09d5e1e7340cafe Mon Sep 17 00:00:00 2001 From: Dovie Weinstock <32934685+DovieW@users.noreply.github.com> Date: Tue, 6 Jun 2023 00:19:41 -0400 Subject: [PATCH] k --- README.md | 2 +- android/gradle.properties | 4 ++++ package-lock.json | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) 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",