Skip to content

Commit de238ce

Browse files
committed
fix(android): build error
1 parent f8c5771 commit de238ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ task resolveDependencies {
117117
include "jni/**/*.so"
118118
}
119119
copy {
120-
from zipTree("${nodeModules}/react-native/android/com/facebook/react/react-native/${REACT_NATIVE_VERSION_NAME}/react-native-${REACT_NATIVE_VERSION_NAME}.aar")
120+
from zipTree("${nodeModules}/react-native/android/com/facebook/react/react-native/${REACT_NATIVE_VERSION_NAME}/react-native-${REACT_NATIVE_VERSION_NAME}-release.aar")
121121
into "${project.buildDir}/unzipReactNative/"
122122
include "jni/**/*.so"
123123
}

0 commit comments

Comments
 (0)