mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
update com.nunti to v1.7.0
This commit is contained in:
parent
3d7ffcb6e8
commit
1a8f124b8d
1 changed files with 1 additions and 12 deletions
|
|
@ -505,8 +505,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
output: build/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- react-native-reanimated@2.3.1
|
||||
prebuild: echo -e "android { packagingOptions { pickFirst 'lib/**/*.so' } }" >>
|
||||
build.gradle
|
||||
scanignore:
|
||||
|
|
@ -523,18 +521,9 @@ Builds:
|
|||
- Nunti/node_modules/react-native/ReactAndroid/build.gradle
|
||||
- Nunti/node_modules/react-native-bootsplash/android/build.gradle
|
||||
- Nunti/node_modules/react-native-webview/android/build.gradle
|
||||
- Nunti/node_modules/react-native-reanimated/android/build.gradle
|
||||
scandelete:
|
||||
- Nunti/node_modules
|
||||
build:
|
||||
- REACT_NATIVE_VERSION=`npm pkg get 'dependencies.react-native' | sed -E 's/^"([0-9]+\.[0-9]+\.[0-9]+)"/\1/'`
|
||||
- REACT_NATIVE_VERSION_MINOR=`echo ${REACT_NATIVE_VERSION} | sed -E 's/^[0-9]+\.([0-9]+)\.[0-9]+/\1/'`
|
||||
- pushd $$react-native-reanimated$$
|
||||
- pushd ..
|
||||
- yarn add react-native@"${REACT_NATIVE_VERSION}"
|
||||
- popd
|
||||
- FOR_HERMES=True gradle :assembleRelease
|
||||
- popd
|
||||
- mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-${REACT_NATIVE_VERSION_MINOR}-hermes.aar
|
||||
ndk: r23
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
|
|
|
|||
Loading…
Reference in a new issue