mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-15 02:31:42 +00:00
Update com.nunti to v2.1.0
This commit is contained in:
parent
63de522e1d
commit
b30621f8a8
1 changed files with 41 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ License: GPL-3.0-only
|
||||||
AuthorName: Ondřej Foltýn & Richard Klapáč
|
AuthorName: Ondřej Foltýn & Richard Klapáč
|
||||||
SourceCode: https://gitlab.com/ondrejfoltyn/nunti
|
SourceCode: https://gitlab.com/ondrejfoltyn/nunti
|
||||||
IssueTracker: https://gitlab.com/ondrejfoltyn/nunti/issues
|
IssueTracker: https://gitlab.com/ondrejfoltyn/nunti/issues
|
||||||
Donate: https://www.patreon.com/nunti
|
Donate: https://ko-fi.com/nunti
|
||||||
|
|
||||||
AutoName: Nunti
|
AutoName: Nunti
|
||||||
|
|
||||||
|
|
@ -618,7 +618,45 @@ Builds:
|
||||||
- Nunti/node_modules
|
- Nunti/node_modules
|
||||||
ndk: r23
|
ndk: r23
|
||||||
|
|
||||||
|
- versionName: v2.1.0
|
||||||
|
versionCode: 13
|
||||||
|
commit: 9ae92f8c81df4397928651259aad2ec30e06e115
|
||||||
|
subdir: Nunti/android/app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -t stretch-backports openjdk-11-jdk-headless openjdk-11-jre-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x64.tar.xz
|
||||||
|
- echo "a3721f87cecc0b52b0be8587c20776ac7305db413751db02c55aa2bffac15198 node.tar.xz"
|
||||||
|
| sha256sum -c -
|
||||||
|
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||||
|
- npm --global install yarn
|
||||||
|
init:
|
||||||
|
- cd ../..
|
||||||
|
- npm install --omit=optional --legacy-peer-deps
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
output: build/outputs/apk/release/app-release-unsigned.apk
|
||||||
|
scanignore:
|
||||||
|
- Nunti/android/build.gradle
|
||||||
|
- Nunti/node_modules/jsc-android
|
||||||
|
- Nunti/node_modules/react-native/android
|
||||||
|
- Nunti/node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||||
|
- Nunti/node_modules/react-native-vector-icons/android/build.gradle
|
||||||
|
- Nunti/node_modules/react-native-safe-area-context/android/build.gradle
|
||||||
|
- Nunti/node_modules/react-native-pager-view/android/build.gradle
|
||||||
|
- Nunti/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||||
|
- Nunti/node_modules/@react-native-community/masked-view/android/build.gradle
|
||||||
|
- Nunti/node_modules/react-native-screens/android/build.gradle
|
||||||
|
- 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
|
||||||
|
ndk: r23
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: v2.0.1
|
CurrentVersion: v2.1.0
|
||||||
CurrentVersionCode: 12
|
CurrentVersionCode: 13
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue