mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update TKCompanionApp to 2.2.0 (220) with latest Node LTS and JDK11
This commit is contained in:
parent
3e58cd7fdc
commit
88afcb8847
1 changed files with 40 additions and 2 deletions
|
|
@ -663,10 +663,48 @@ Builds:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
|
- versionName: 2.2.0
|
||||||
|
versionCode: 220
|
||||||
|
commit: 951a434aa6647533ef7b71ed62b6977cba07f40d
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288
|
||||||
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
||||||
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 node.tar.xz"
|
||||||
|
| sha256sum -c -
|
||||||
|
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||||
|
- npm install -g npm@8.12.1
|
||||||
|
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-encrypted-storage/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"
|
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
|
||||||
local Maven repository.
|
local Maven repository.
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.1.0
|
CurrentVersion: 2.2.0
|
||||||
CurrentVersionCode: 210
|
CurrentVersionCode: 220
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue