Skip to content

Commit

Permalink
fix(android): use gradle 7.2.1
Browse files Browse the repository at this point in the history
also update react native api dep
  • Loading branch information
craftzdog committed Mar 29, 2024
1 parent 68e8a79 commit c8d1ddf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "com.android.tools.build:gradle:7.2.1"
}
}

Expand Down Expand Up @@ -149,6 +149,8 @@ repositories {
}

dependencies {
// noinspection GradleDynamicVersion
api 'com.facebook.react:react-native:+'
// For < 0.71, this will be from the local maven repo
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
}

0 comments on commit c8d1ddf

Please sign in to comment.