Skip to content

Commit

Permalink
fix: react-native 0.75 support (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFRico authored Dec 20, 2024
1 parent 85bdfef commit 5b8da57
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ android {

dependencies {
implementation 'androidx.core:core-splashscreen:1.0.1'
def supportLibVersion = rootProject.hasProperty('supportLibVersion') ? rootProject.supportLibVersion : DEFAULT_SUPPORT_LIB_VERSION

implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
implementation "com.android.support:appcompat-v7:$supportLibVersion"
implementation "com.facebook.react:react-native:+" // From node_modules
}

0 comments on commit 5b8da57

Please sign in to comment.