mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update TKCompanionApp 400 (4.0.0)
This commit is contained in:
parent
fab309da1c
commit
7ea2c51aca
1 changed files with 40 additions and 2 deletions
|
|
@ -893,10 +893,48 @@ Builds:
|
|||
- node_modules/
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 4.0.0
|
||||
versionCode: 400
|
||||
commit: e32c3249a26e02a7fdbd87cec564e63320b82af0
|
||||
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.17.1/node-v16.17.1-linux-x64.tar.xz
|
||||
- echo "06ba2eb34aa385967f5f58c87a44753f83212f6cccea892b33f80a2e7fda8384 node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||
- npm install -g npm@8.19.2
|
||||
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: r23c
|
||||
|
||||
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
|
||||
local Maven repository.
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 3.1.2
|
||||
CurrentVersionCode: 312
|
||||
CurrentVersion: 4.0.0
|
||||
CurrentVersionCode: 400
|
||||
|
|
|
|||
Loading…
Reference in a new issue