From f7c463bbbaa1d3e37e8dd44c3e5d2a1eaab0f1be Mon Sep 17 00:00:00 2001 From: sadegh Date: Tue, 22 Dec 2020 00:26:35 +0330 Subject: [PATCH] [FIX] APPLICATION_ID typo (#2729) --- android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle.properties b/android/gradle.properties index f5803a060..b80f1ef44 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -25,7 +25,7 @@ org.gradle.jvmargs=-Xmx2048M -XX\:MaxHeapSize\=32g android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true -APPLICATIONID=chat.rocket.reactnative +APPLICATION_ID=chat.rocket.reactnative VERSIONCODE=1 BugsnagAPIKey= KEYSTORE=my-upload-key.keystore