mirror of https://github.com/tooot-app/app
Try another time
This commit is contained in:
parent
c7a8cb3951
commit
2def45a6b9
|
@ -1,5 +1,5 @@
|
|||
diff --git a/node_modules/expo-modules-core/android/build.gradle b/node_modules/expo-modules-core/android/build.gradle
|
||||
index a57c367..47c7bd6 100644
|
||||
index a57c367..130a94f 100644
|
||||
--- a/node_modules/expo-modules-core/android/build.gradle
|
||||
+++ b/node_modules/expo-modules-core/android/build.gradle
|
||||
@@ -422,7 +422,7 @@ task prepareFolly(dependsOn: [downloadFolly], type: Copy) {
|
||||
|
@ -11,12 +11,3 @@ index a57c367..47c7bd6 100644
|
|||
if (!FOR_HERMES) {
|
||||
return
|
||||
}
|
||||
@@ -444,7 +444,7 @@ afterEvaluate {
|
||||
}
|
||||
|
||||
tasks.whenTaskAdded { task ->
|
||||
- if (!task.name.contains("Clean") && (task.name.contains('externalNativeBuild') || task.name.startsWith('configureCMake'))) {
|
||||
+ if (!task.name.contains("Clean") && (task.name.contains('externalNativeBuild'))) {
|
||||
def buildType = task.name.endsWith('Debug') ? 'Debug' : 'Release'
|
||||
task.dependsOn(extractAARHeaders)
|
||||
task.dependsOn(extractJNIFiles)
|
||||
|
|
Loading…
Reference in New Issue