Update FragDenStaat to 0.9.2 (30)
This commit is contained in:
parent
8f6b91b1da
commit
6de5a60510
|
@ -89,11 +89,25 @@ Build:0.9.1,29
|
||||||
scanignore=android/build.gradle
|
scanignore=android/build.gradle
|
||||||
scandelete=node_modules
|
scandelete=node_modules
|
||||||
|
|
||||||
|
Build:0.9.2,30
|
||||||
|
commit=v0.9.2
|
||||||
|
subdir=android/app
|
||||||
|
sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz && \
|
||||||
|
echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" | sha256sum -c - && \
|
||||||
|
tar xJf node.tar.xz && \
|
||||||
|
cp -a node-v8.12.0-linux-x64/. /usr/local/
|
||||||
|
gradle=yes
|
||||||
|
prebuild=npm install && \
|
||||||
|
truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel && \
|
||||||
|
rm ../../node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar ../../node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||||||
|
scanignore=android/build.gradle
|
||||||
|
scandelete=node_modules
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
scanignore is used to allow the "node_modules/react-native/android" local Maven repository which contains the prebuilt react-native library which we get from npm.
|
scanignore is used to allow the "node_modules/react-native/android" local Maven repository which contains the prebuilt react-native library which we get from npm.
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.9.1
|
Current Version:0.9.2
|
||||||
Current Version Code:29
|
Current Version Code:30
|
||||||
|
|
Loading…
Reference in a new issue