mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update TKCompanionApp to 2.0.1 (201) with latest Node LTS
This commit is contained in:
parent
9c30f61a4c
commit
d933b2f8ce
1 changed files with 35 additions and 3 deletions
|
|
@ -6,7 +6,6 @@ License: GPL-3.0-or-later
|
|||
AuthorName: Marco Bresciani
|
||||
AuthorEmail: marco.530@outlook.it
|
||||
AuthorWebSite: https://github.com/marcoXbresciani/
|
||||
WebSite: https://github.com/marcoXbresciani/TKCompanionApp
|
||||
SourceCode: https://github.com/marcoXbresciani/TKCompanionApp
|
||||
IssueTracker: https://github.com/marcoXbresciani/TKCompanionApp/issues
|
||||
Changelog: https://github.com/marcoXbresciani/TKCompanionApp/blob/HEAD/CHANGELOG.md
|
||||
|
|
@ -563,10 +562,43 @@ Builds:
|
|||
- node_modules/
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 2.0.1
|
||||
versionCode: 201
|
||||
commit: 4ae841ccac0bef3eb45d2a2bd0f0d3b822784472
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.15.0/node-v16.15.0-linux-x64.tar.xz
|
||||
- echo "ebdf4dc9d992d19631f0931cca2fc33c6d0d382543639bc6560d31d5060a8372 node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||
init: npm install
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- sed -i -e '/installReferrerVersion/,+11d' ../../node_modules/react-native-device-info/android/build.gradle
|
||||
- sed -i -e "/swiperefreshlayout/a implementation(project(':react-native-device-info'))
|
||||
{ exclude group\x3a 'com.google.firebase'\\ exclude group\x3a 'com.google.android.gms'\\
|
||||
exclude group\x3a 'com.android.installreferrer'\\ }" build.gradle
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- android/app/build.gradle
|
||||
- node_modules/hermes-engine
|
||||
- node_modules/jsc-android
|
||||
- node_modules/react-native/android/com/facebook/react/react-native/*/
|
||||
- node_modules/react-native-device-info/android/build.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/react-native-vector-icons/android/build.gradle
|
||||
- node_modules/react-native/ReactAndroid/build.gradle
|
||||
scandelete:
|
||||
- node_modules/
|
||||
ndk: r21e
|
||||
|
||||
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
|
||||
local Maven repository.
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.0.0
|
||||
CurrentVersionCode: 200
|
||||
CurrentVersion: 2.0.1
|
||||
CurrentVersionCode: 201
|
||||
|
|
|
|||
Loading…
Reference in a new issue