diff --git a/android/build.gradle b/android/build.gradle index d5eba66..6d7d805 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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 }