mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
misc fixes
This commit is contained in:
parent
0e54d1add9
commit
bf9a790a23
23 changed files with 159 additions and 188 deletions
|
|
@ -295,6 +295,7 @@ Builds:
|
|||
|
||||
- versionName: 1.8.3
|
||||
versionCode: 72
|
||||
disable: https://github.com/zikalify/StoicReading/issues/15
|
||||
commit: 62a8f6c4dd2db707ead34f0fac73103b2ac59b3e
|
||||
subdir: app
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -131,6 +131,36 @@ Builds:
|
|||
- $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1' > /dev/null
|
||||
ndk: r22
|
||||
|
||||
- versionName: '3.12'
|
||||
versionCode: 164
|
||||
disable: need clean up
|
||||
commit: bcf48e2fe55fd0ec7c675b7043d18b7f5d939311
|
||||
subdir: app
|
||||
init: git submodule update --init
|
||||
gradle:
|
||||
- pro
|
||||
prebuild:
|
||||
- sed -i -e '/com.google/d' ../build.gradle
|
||||
- sed -i -e '/com.google.firebase/d' -e '/firebaseCrashlytics/d' -e '/com.google.android.play/d'
|
||||
-e '/com.android.billingclient/d' -e '/com.google.gms/d' -e '/pro"/d' build.gradle
|
||||
- sed -i -e '/INTERNET/d' -e '/BILLING/d' -e '/^ <meta-data/,+5d' src/main/AndroidManifest.xml
|
||||
- cd src/main/java/at/tomtasche/reader
|
||||
- sed -i -e '/com.google.firebase/d' background/FileLoader.java
|
||||
- sed -i -e '/gms/d' -e '/play.core/d' -e '/firebase/d' ui/activity/*.java
|
||||
- sed -i -e '/com.google/d' -e '/Firebase/d' -e '/Storage/d' -e '/auth == null/i}'
|
||||
-e '/auth == null/,/^ }/d' -e '/auth /d' -e '/storage /d' background/OnlineLoader.java
|
||||
- sed -i -e '/getBooleanConfig/,/^ });/d' -e '/void offerUpload/,/^ }/d'
|
||||
-e '/offerUpload/d' ui/activity/DocumentFragment.java
|
||||
- sed -i -e '/void initializeProprietaryLibraries/,/^ }/d' -e '/initializeProprietaryLibraries/d'
|
||||
-e '/void buyAdRemoval/,/^ }/d' -e '/buyAdRemoval/d' -e 's/billingManager.hasPurchased()/true/'
|
||||
-e 's/billingManager.isEnabled()/false/' ui/activity/MainActivity.java
|
||||
- for class in AdManager AnalyticsManager BillingManager ConfigManager CrashManager
|
||||
HelpManager; do echo "package at.tomtasche.reader.nonfree; public class ${class}
|
||||
{}" > nonfree/${class}.java; sed -i -e "/${class}\./Id" background/*.java
|
||||
ui/*/*.java ui/*.java; done
|
||||
- $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1' > /dev/null
|
||||
ndk: r23b
|
||||
|
||||
MaintainerNotes: Init submodule manully because there is private recursive submodule
|
||||
|
||||
AutoUpdateMode: None
|
||||
|
|
|
|||
|
|
@ -165,11 +165,25 @@ Builds:
|
|||
scanignore:
|
||||
- brouter-routing-app/src/main/assets/*.zip
|
||||
|
||||
- versionName: 1.6.3
|
||||
versionCode: 43
|
||||
commit: a85c742d7a7243ce7ca1daa237a141094927715a
|
||||
subdir: brouter-routing-app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- api19
|
||||
scanignore:
|
||||
- brouter-routing-app/src/main/assets/*.zip
|
||||
|
||||
MaintainerNotes: |-
|
||||
We need to upgrade the android maven plugin for the build to work: https://github.com/abrensch/brouter/issues/178
|
||||
The other sed's remove signing stuff.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: Unknown
|
||||
CurrentVersionCode: 45
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: brouter-routing-app/build.gradle|versionCode\s(\d+)|build.gradle|project.version\s+"([\d.]+)"
|
||||
CurrentVersion: 1.6.3
|
||||
CurrentVersionCode: 43
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ Repo: https://svn.code.sf.net/p/gc-smb/svn/
|
|||
Builds:
|
||||
- versionName: '1.02'
|
||||
versionCode: 10
|
||||
disable: https://gitlab.com/fdroid/fdroiddata/-/issues/2457
|
||||
commit: '13'
|
||||
gradle:
|
||||
- yes
|
||||
|
|
|
|||
|
|
@ -114,20 +114,14 @@ Builds:
|
|||
- sed -i -e '/gms/d' ../build.gradle
|
||||
- sed -i -e '/com.google.gms.google-services/d' build.gradle
|
||||
|
||||
- versionName: 1.10.0 - RC1
|
||||
versionCode: 1530
|
||||
commit: b2fa3bec2178c40a0dff8189bc67c58236ac3187
|
||||
subdir: app
|
||||
gradle:
|
||||
- Fdroid
|
||||
prebuild:
|
||||
- sed -i -e '/gms/d' ../build.gradle
|
||||
- sed -i -e '/com.google.gms.google-services/d' build.gradle
|
||||
|
||||
- versionName: 1.10.0 - RC3
|
||||
versionCode: 1532
|
||||
commit: b4c6573638b4e9ca1cdd009acd29b26581cfd678
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- Fdroid
|
||||
prebuild:
|
||||
|
|
|
|||
|
|
@ -1501,6 +1501,43 @@ Builds:
|
|||
-e '/Review/d' src/com/newsblur/activity/FeedItemsList.java
|
||||
- echo 'package com.newsblur.activity;class Premium:NbActivity() {}' > src/com/newsblur/activity/Premium.kt
|
||||
|
||||
- versionName: 11.1.1
|
||||
versionCode: 198
|
||||
commit: aead462e8a4f62ba3e8f917adf7c02bfefd7d405
|
||||
subdir: clients/android/NewsBlur
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- api
|
||||
- apps
|
||||
- clients/ios
|
||||
- config
|
||||
- docker
|
||||
- documents
|
||||
- flask_monitor
|
||||
- logs
|
||||
- media
|
||||
- newsblur_web
|
||||
- node
|
||||
- perf
|
||||
- templates
|
||||
- terraform
|
||||
- utils
|
||||
- vendor
|
||||
- '[_a-z]*.*'
|
||||
- clients/android/NewsBlur/libs/*.jar
|
||||
- clients/android/NewsBlur/buildtools/*.jar
|
||||
prebuild:
|
||||
- sed -i -e '/com.google.android.play/d' -e '/billingclient/d' build.gradle
|
||||
- sed -i -e '/play.core/d' -e '/void checkInAppReview/,/^ }/d' -e '/checkInAppReview/d'
|
||||
-e '/void onBackPressed/a super.onBackPressed();}' -e '/reviewInfo != null/,/^ }/d'
|
||||
-e '/Review/d' src/com/newsblur/activity/FeedItemsList.java
|
||||
- echo 'package com.newsblur.activity;class Premium:NbActivity() {}' > src/com/newsblur/activity/Premium.kt
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 11.1.1
|
||||
|
|
|
|||
|
|
@ -78,6 +78,17 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: DoliDroid Pro 2.2
|
||||
versionCode: 46
|
||||
commit: 02e16ad9cf1ba6e4cca48a2e89d52d7207d739d3
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: DoliDroid Pro 2.2
|
||||
|
|
|
|||
|
|
@ -663,7 +663,7 @@ Builds:
|
|||
- FOR_HERMES=True gradle :assembleRelease
|
||||
- popd
|
||||
- mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-66-hermes.aar
|
||||
ndk: r23
|
||||
ndk: r23b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
|
|
@ -1054,28 +1054,6 @@ Builds:
|
|||
- popd
|
||||
ndk: r23
|
||||
|
||||
- versionName: 24.1.0
|
||||
versionCode: 69
|
||||
commit: dd233d037f92f4182c7a9442185d6a620cfa13da
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y --no-install-recommends -t testing nasm
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- libbaresip-android@v15.0
|
||||
build:
|
||||
- pushd $$libbaresip-android$$
|
||||
- sed -i -e 's!$(shell ls -d -1 /opt/Android/ndk/\* | tail -1)!$$NDK$$!' -e
|
||||
's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|' Makefile
|
||||
- make download-sources
|
||||
- make install-all
|
||||
- popd
|
||||
ndk: r23
|
||||
|
||||
- versionName: 24.2.0
|
||||
versionCode: 70
|
||||
commit: 002417b02f59639f2225e8dbdab1b8415db8b229
|
||||
|
|
|
|||
|
|
@ -2106,27 +2106,6 @@ Builds:
|
|||
- popd
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 37.1.0
|
||||
versionCode: 191
|
||||
commit: 52847d755356ee271855afbbc0977d82f2622b71
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- libbaresip-android@22.0
|
||||
build:
|
||||
- pushd $$libbaresip-android$$
|
||||
- sed -i -e 's!$(shell ls -d -1 /opt/Android/ndk/\* | tail -1)!$$NDK$$!' -e
|
||||
's|/usr/src/baresip-studio|../../com.tutpro.baresip|' Makefile
|
||||
- make download-sources
|
||||
- make install-all
|
||||
- popd
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 37.2.0
|
||||
versionCode: 192
|
||||
commit: 7d46388586a425829882c220f00e6c8efff67c28
|
||||
|
|
|
|||
|
|
@ -1030,30 +1030,6 @@ Builds:
|
|||
scandelete:
|
||||
- src/androidTest/resources/fixtures/military.zip
|
||||
|
||||
- versionName: 16.0.0.0
|
||||
versionCode: 1802
|
||||
disable: https://github.com/MarcusWolschon/osmeditor4android/issues/1459
|
||||
commit: 73911f0bf29adc1a22634cf0e433e9592f8a1475
|
||||
gradle:
|
||||
- current
|
||||
scanignore:
|
||||
- src/main/assets/synonyms/synonyms.so
|
||||
scandelete:
|
||||
- src/androidTest/resources/fixtures/military.zip
|
||||
- src/androidTest/resources/fixtures/military2.zip
|
||||
|
||||
- versionName: 16.0.1.0
|
||||
versionCode: 1803
|
||||
disable: https://github.com/MarcusWolschon/osmeditor4android/issues/1459
|
||||
commit: 27a9861c233ae9ff58d704a7a46829135bcca6c1
|
||||
gradle:
|
||||
- current
|
||||
scanignore:
|
||||
- src/main/assets/synonyms/synonyms.so
|
||||
scandelete:
|
||||
- src/androidTest/resources/fixtures/military.zip
|
||||
- src/androidTest/resources/fixtures/military2.zip
|
||||
|
||||
- versionName: 16.1.0.0
|
||||
versionCode: 1902
|
||||
disable: https://github.com/MarcusWolschon/osmeditor4android/issues/1459
|
||||
|
|
@ -1067,6 +1043,10 @@ Builds:
|
|||
- versionName: 16.1.2.0
|
||||
versionCode: 1904
|
||||
commit: 1ca8fa89d208fe3442f8be4df628b0d694cbfb02
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- current
|
||||
scandelete:
|
||||
|
|
|
|||
|
|
@ -69,6 +69,10 @@ Builds:
|
|||
versionCode: 21
|
||||
commit: 7e1a13fd2f1b3d1dfddd1dbd7cc8c1f534c0c201
|
||||
subdir: ActivityLauncherApp
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -741,7 +741,7 @@ Builds:
|
|||
commit: 395fc6de2f0d4e44f4110fe31622432c34c693b0
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.0.6
|
||||
- flutter@2.8.1
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
|
|
|||
|
|
@ -441,42 +441,6 @@ Builds:
|
|||
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
|
||||
../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
|
||||
|
||||
- versionName: 3.7.6
|
||||
versionCode: 360
|
||||
disable: kotlin.KotlinNullPointerException
|
||||
commit: 037b6b2e8f786a784a8a31c51042c68141158598
|
||||
subdir: stopcovid
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- coreui/src/main/res/font/marianne_*.otf
|
||||
- coreui/src/main/res/font/marianne.xml
|
||||
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
|
||||
../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
|
||||
|
||||
- versionName: 3.7.7
|
||||
versionCode: 362
|
||||
disable: kotlin.KotlinNullPointerException
|
||||
commit: ad24f185f9d00155808a3fd03fc0fac115276595
|
||||
subdir: stopcovid
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- coreui/src/main/res/font/marianne_*.otf
|
||||
- coreui/src/main/res/font/marianne.xml
|
||||
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
|
||||
../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
|
||||
|
||||
- versionName: 3.8.5
|
||||
versionCode: 400
|
||||
commit: 998389e42ed69f95c5fcc41a408745efa5f37b10
|
||||
|
|
@ -511,48 +475,9 @@ Builds:
|
|||
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
|
||||
../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
|
||||
|
||||
- versionName: 4.0.1
|
||||
versionCode: 426
|
||||
disable: NullSafeMutableLiveData
|
||||
commit: ab2a78381647c4e1b29595b6956d8f75bf567fca
|
||||
subdir: stopcovid
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- coreui/src/main/res/font/marianne_*.otf
|
||||
- coreui/src/main/res/font/marianne.xml
|
||||
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
|
||||
../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
|
||||
scanignore:
|
||||
- stopcovid/src/main/assets/CertList-Plus/*.pb.gz
|
||||
|
||||
- versionName: 4.0.1
|
||||
versionCode: 428
|
||||
disable: NullSafeMutableLiveData
|
||||
commit: 544cbe275ae24c2c0c4fdce4a498013b43fb63bb
|
||||
subdir: stopcovid
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- coreui/src/main/res/font/marianne_*.otf
|
||||
- coreui/src/main/res/font/marianne.xml
|
||||
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
|
||||
../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
|
||||
scanignore:
|
||||
- stopcovid/src/main/assets/CertList-Plus/*.pb.gz
|
||||
|
||||
- versionName: 4.0.2
|
||||
versionCode: 432
|
||||
disable: NullSafeMutableLiveData
|
||||
commit: 9b78759fabed6beea2df005a1f6907912e71f081
|
||||
subdir: stopcovid
|
||||
submodules: true
|
||||
|
|
@ -570,6 +495,25 @@ Builds:
|
|||
scanignore:
|
||||
- stopcovid/src/main/assets/CertList-Plus/*.pb.gz
|
||||
|
||||
- versionName: 4.0.3
|
||||
versionCode: 434
|
||||
commit: b7e5457155f63b01cf38a1bab3013629dae4aac7
|
||||
subdir: stopcovid
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- coreui/src/main/res/font/marianne_*.otf
|
||||
- coreui/src/main/res/font/marianne.xml
|
||||
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
|
||||
../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
|
||||
scanignore:
|
||||
- stopcovid/src/main/assets/CertList-Plus/*.pb.gz
|
||||
|
||||
MaintainerNotes: |-
|
||||
* Tracking – uses custom Analytics
|
||||
* NonFreeNet – uses proprietary backend server
|
||||
|
|
@ -577,5 +521,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^tousanticovid_prod_[0-9.]+#[0-9]+$
|
||||
CurrentVersion: 4.0.2
|
||||
CurrentVersionCode: 432
|
||||
CurrentVersion: 4.0.3
|
||||
CurrentVersionCode: 434
|
||||
|
|
|
|||
|
|
@ -149,6 +149,10 @@ Builds:
|
|||
versionCode: 27
|
||||
commit: 2de697094239bbaf71ae7c48008a1f4f82375359
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -437,6 +437,7 @@ Builds:
|
|||
|
||||
- versionName: 3.9.0
|
||||
versionCode: 52
|
||||
disable: https://github.com/kubenav/kubenav/issues/378
|
||||
commit: 96b8537c10ca670295c33d3be72d649c6180a9ad
|
||||
subdir: android/app
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -787,7 +787,8 @@ Builds:
|
|||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y ninja-build openjdk-11-jdk-headless
|
||||
- apt-get install -y ninja-build yasm
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- miniFdroid
|
||||
|
|
|
|||
|
|
@ -1590,6 +1590,8 @@ Builds:
|
|||
- sed -i -e '/export ANDROID_NDK_HOME/d' openssl/_settings.sh
|
||||
- sed -i -e 's|android/android-ndk-r18b|android-sdk/ndk/18.1.5063045|' ffmpeg-x264/_settings.sh
|
||||
libvpx/_settings.sh
|
||||
- $$SDK$$/tools/bin/sdkmanager 'build-tools;31.0.0' 'build-tools;30.0.3' > /dev/null
|
||||
- cp $$SDK$$/build-tools/30.0.3/lib/dx.jar $$SDK$$/build-tools/31.0.0/lib/dx.jar
|
||||
scanignore:
|
||||
- aTalk/build.gradle
|
||||
scandelete:
|
||||
|
|
|
|||
|
|
@ -290,6 +290,10 @@ Builds:
|
|||
versionCode: 10403
|
||||
commit: e032e0ccd5c42a2d9410997c9ccc359d4ee88eb3
|
||||
subdir: briar-android
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- official
|
||||
rm:
|
||||
|
|
|
|||
|
|
@ -105,6 +105,10 @@ Builds:
|
|||
versionCode: 15
|
||||
commit: eb10ad5b309a16b307a088807ad97625a9fa4b05
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -184,6 +184,10 @@ Builds:
|
|||
versionCode: 29
|
||||
commit: 651beaf4c497ffdbab45b201be517e45c96e3063
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -80,23 +80,6 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --no-sound-null-safety
|
||||
|
||||
- versionName: 2.3.0
|
||||
versionCode: 8
|
||||
commit: c5d909b146b7a446042055a21bcff6823093e007
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.3
|
||||
scanignore:
|
||||
- tldrdict/static/pages.zip
|
||||
- tldrdict/static/allpages.zip
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --no-sound-null-safety
|
||||
|
||||
- versionName: 2.3.1
|
||||
versionCode: 9
|
||||
commit: ed407bb73652ad8afe3ebf43bc15183cc917d545
|
||||
|
|
@ -106,7 +89,7 @@ Builds:
|
|||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.3
|
||||
- flutter@2.8.1
|
||||
scanignore:
|
||||
- tldrdict/static/pages.zip
|
||||
- tldrdict/static/allpages.zip
|
||||
|
|
|
|||
|
|
@ -87,17 +87,14 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.15'
|
||||
versionCode: 15
|
||||
commit: c686d55bd4a9f9546ab23c760ef5b98f5f3d9c72
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.15.1
|
||||
versionCode: 16
|
||||
commit: d69b42b88c447b15d7d5d34df317f6f5dd953ba9
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue