From b30621f8a853060705c1cdfdada17e2a2c11b581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Klap=C3=A1=C4=8D?= Date: Tue, 13 Sep 2022 01:50:15 +0000 Subject: [PATCH] Update com.nunti to v2.1.0 --- metadata/com.nunti.yml | 44 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/metadata/com.nunti.yml b/metadata/com.nunti.yml index 0458eab979..5b896ea9a3 100644 --- a/metadata/com.nunti.yml +++ b/metadata/com.nunti.yml @@ -5,7 +5,7 @@ License: GPL-3.0-only AuthorName: Ondřej Foltýn & Richard Klapáč SourceCode: https://gitlab.com/ondrejfoltyn/nunti IssueTracker: https://gitlab.com/ondrejfoltyn/nunti/issues -Donate: https://www.patreon.com/nunti +Donate: https://ko-fi.com/nunti AutoName: Nunti @@ -618,7 +618,45 @@ Builds: - Nunti/node_modules 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 UpdateCheckMode: Tags -CurrentVersion: v2.0.1 -CurrentVersionCode: 12 +CurrentVersion: v2.1.0 +CurrentVersionCode: 13