mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update TKCompanionApp to 6.4.1 (641)
This commit is contained in:
parent
316152b90e
commit
42c280c4f0
1 changed files with 33 additions and 2 deletions
|
|
@ -1194,10 +1194,41 @@ Builds:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
|
- versionName: 6.4.1
|
||||||
|
versionCode: 641
|
||||||
|
commit: 37669367bbeda5a86add388671fedf5e67c1f2c7
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.15.0/node-v18.15.0-linux-x64.tar.gz
|
||||||
|
- echo "b298a73a9fc07badfa9e4a2e86ed48824fc9201327cdc43e3f3f58b273c535e7 node.tar.gz"
|
||||||
|
| sha256sum -c -
|
||||||
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||||
|
- npm install -g npm@9.5.0
|
||||||
|
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
|
||||||
|
- node_modules/jsc-android
|
||||||
|
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||||
|
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||||
|
- node_modules/react-native-device-info/android/build.gradle
|
||||||
|
- node_modules/react-native-vector-icons/android/build.gradle
|
||||||
|
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- node_modules/
|
||||||
|
ndk: r21e
|
||||||
|
|
||||||
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
|
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
|
||||||
local Maven repository.
|
local Maven repository.
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 6.4.0
|
CurrentVersion: 6.4.1
|
||||||
CurrentVersionCode: 640
|
CurrentVersionCode: 641
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue