Remove v8

This commit is contained in:
Reckless_Satoshi 2023-05-23 04:31:57 -07:00
parent d61b366ab1
commit cf9ad31ac9
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -20,6 +20,14 @@ buildscript {
}
}
repositories {
maven {
// Replace AAR from original RN with AAR from react-native-v8
url("$rootDir/../node_modules/react-native-v8/dist")
}
maven {
// prebuilt libv8android.so
url("$rootDir/../node_modules/v8-android/dist")
}
google()
mavenCentral()
}