Update react-native to v0.65.2

This commit is contained in:
Sofiya Tepikin
2022-09-10 12:11:40 +00:00
parent 66fe97af18
commit c7b68ab1ea
6 changed files with 483 additions and 282 deletions
+1 -6
View File
@@ -125,11 +125,6 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
defaultConfig {
applicationId "com.drip"
minSdkVersion rootProject.ext.minSdkVersion
@@ -237,7 +232,7 @@ dependencies {
// Run this once to be able to run the application with BUCK
// puts all compile dependencies into folder libs for BUCK to use
task copyDownloadableDepsToLibs(type: Copy) {
from configurations.compile
from configurations.implementation
into 'libs'
}