Skip to content

Commit

Permalink
fix: set gradle version to exact version required by RN 70
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Jul 19, 2023
1 parent fdc2cbf commit bfc4401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.3.1")
classpath("com.android.tools.build:gradle:7.2.1")
classpath 'com.google.gms:google-services:4.3.14'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
classpath("com.facebook.react:react-native-gradle-plugin")
Expand Down

0 comments on commit bfc4401

Please sign in to comment.