diff --git a/android/app/build.gradle b/android/app/build.gradle index 13df220c11f..1246ee69cc3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -142,6 +142,9 @@ android { targetCompatibility JavaVersion.VERSION_1_8 } signingConfigs { + // The RN v0.60 template app suggests configuring a debug + // keystore here. We don't; it's unnecessary (Android Studio + // gives you one automatically) and not an improvement. release { if (project.hasProperty('signed')) { if (keystoreProperties == null) {