misc fixes

This commit is contained in:
linsui 2022-02-12 22:47:34 +08:00
parent 84b07139c8
commit a0601545d6
6 changed files with 21 additions and 8 deletions

View file

@ -347,6 +347,7 @@ Builds:
'cmake;3.18.1' > /dev/null
scandelete:
- app/src/main/jni/tests/
- submodules/nDPI/tests
ndk: r23b
MaintainerNotes: Ignored files are the DB-IP country lite db and the DB-IP ASN lite

View file

@ -460,7 +460,7 @@ Builds:
patch:
- build.patch
gradle:
- yes
- fdroid
AutoUpdateMode: Version %v
UpdateCheckMode: Tags

View file

@ -101,9 +101,9 @@ Builds:
gradle:
- yes
- versionName: 1.2.0
versionCode: 12
commit: 5f755cb79f96383ee39757b8caec8506519b75f3
- versionName: 1.2.0.1
versionCode: 13
commit: 6b94458ea461aa6f63ec1e6d7334ed43168a0b1c
subdir: app
sudo:
- apt-get update || apt-get update
@ -114,5 +114,5 @@ Builds:
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.2.0
CurrentVersionCode: 12
CurrentVersion: 1.2.0.1
CurrentVersionCode: 13

View file

@ -356,17 +356,21 @@ Builds:
commit: 4f23849b79ec0801672ff593a15907a6b1505940
subdir: app
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- normalProductionFat
rm:
- tor-android/external/openssl/fuzz
- tor-android/external/openssl/boringssl/fuzz
prebuild: sed -i -e 's|./gradlew|gradle|' ../scripts/build_deps.sh
scandelete:
- lib-bitmask-core*
- bitmaskcore/IPtProxy
- ics-openvpn/main/src/main/cpp
- tor-android/external
prebuild: sed -i -e 's|./gradlew|gradle|' ../scripts/build_deps.sh
build: ../scripts/build_deps.sh
ndk: r21e

View file

@ -190,17 +190,21 @@ Builds:
commit: 4f23849b79ec0801672ff593a15907a6b1505940
subdir: app
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- customProductionFat
rm:
- tor-android/external/openssl/fuzz
- tor-android/external/openssl/boringssl/fuzz
prebuild: sed -i -e 's|./gradlew|gradle|' ../scripts/build_deps.sh
scandelete:
- lib-bitmask-core*
- bitmaskcore/IPtProxy
- ics-openvpn/main/src/main/cpp
- tor-android/external
prebuild: sed -i -e 's|./gradlew|gradle|' ../scripts/build_deps.sh
build: ../scripts/build_deps.sh
ndk: r21e

View file

@ -82,6 +82,10 @@ Builds:
versionCode: 110
commit: 4be630900331c8c68fe0d7594de98e49a0182bcf
subdir: Squeezer
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes