mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
misc fixes
This commit is contained in:
parent
0aa2afd1fe
commit
4beb66a73d
10 changed files with 57 additions and 23 deletions
|
|
@ -76,6 +76,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 1.6.36
|
- versionName: 1.6.36
|
||||||
versionCode: 107
|
versionCode: 107
|
||||||
|
disable: cannot find symbol
|
||||||
commit: 7415830dd774b641d33a9b010c8ad2d03f572323
|
commit: 7415830dd774b641d33a9b010c8ad2d03f572323
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,10 @@ Builds:
|
||||||
versionCode: 2002
|
versionCode: 2002
|
||||||
commit: bf15902e18365b13b968686e92663393786413c4
|
commit: bf15902e18365b13b968686e92663393786413c4
|
||||||
subdir: app
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk
|
||||||
|
- update-alternatives --auto java
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1430,6 +1430,40 @@ Builds:
|
||||||
- echo 'package com.newsblur.activity;public class Premium extends NbActivity{}'
|
- echo 'package com.newsblur.activity;public class Premium extends NbActivity{}'
|
||||||
> src/com/newsblur/activity/Premium.java
|
> src/com/newsblur/activity/Premium.java
|
||||||
|
|
||||||
|
- versionName: '11.0'
|
||||||
|
versionCode: 193
|
||||||
|
commit: 3915e3c53b3c7c7e48837b84edb0c17fd879285c
|
||||||
|
subdir: clients/android/NewsBlur
|
||||||
|
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;public class Premium extends NbActivity{}'
|
||||||
|
> src/com/newsblur/activity/Premium.java
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: RepoManifest
|
UpdateCheckMode: RepoManifest
|
||||||
CurrentVersion: '11.0'
|
CurrentVersion: '11.0'
|
||||||
|
|
|
||||||
|
|
@ -349,24 +349,6 @@ Builds:
|
||||||
- PATH=$(pwd)/go/bin:$PATH make -C .. release_aar
|
- PATH=$(pwd)/go/bin:$PATH make -C .. release_aar
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
- versionName: 1.11.151-d145c594ad6-g7a00ad639b4
|
|
||||||
versionCode: 51
|
|
||||||
commit: 0df2377630d3c3c4a7f174287c8e9ca73817a109
|
|
||||||
subdir: android
|
|
||||||
gradle:
|
|
||||||
- fdroid
|
|
||||||
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
|
|
||||||
> /dev/null
|
|
||||||
build:
|
|
||||||
- curl -Lso go.tar.gz https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
|
|
||||||
- echo "7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 go.tar.gz"
|
|
||||||
| sha256sum -c -
|
|
||||||
- tar xzf go.tar.gz
|
|
||||||
- export ANDROID_SDK_ROOT=$$SDK$$
|
|
||||||
- export ANDROID_NDK_ROOT=$$NDK$$
|
|
||||||
- PATH=$(pwd)/go/bin:$PATH make -C .. release_aar
|
|
||||||
ndk: r21e
|
|
||||||
|
|
||||||
- versionName: 1.11.151-d145c594ad6-g7b2e61e80cd
|
- versionName: 1.11.151-d145c594ad6-g7b2e61e80cd
|
||||||
versionCode: 53
|
versionCode: 53
|
||||||
commit: b01927dbcc2bce42cb828cb44207a99ef799f53d
|
commit: b01927dbcc2bce42cb828cb44207a99ef799f53d
|
||||||
|
|
|
||||||
|
|
@ -745,6 +745,7 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- free
|
- free
|
||||||
prebuild: sed -i -r -e '/play(Api|Implementation)/d' build.gradle ../core/build.gradle
|
prebuild: sed -i -r -e '/play(Api|Implementation)/d' build.gradle ../core/build.gradle
|
||||||
|
ndk: r20
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
Summary and Description have been moved to the new localizable text files:
|
Summary and Description have been moved to the new localizable text files:
|
||||||
|
|
|
||||||
|
|
@ -27,12 +27,11 @@ Builds:
|
||||||
|
|
||||||
- versionName: 3.0.0
|
- versionName: 3.0.0
|
||||||
versionCode: 11
|
versionCode: 11
|
||||||
commit: 501baf76243156f8eaca3832fa880ce0c617f4c4
|
disable: version mismatch
|
||||||
output: build/app/outputs/apk/release/app-release.apk
|
commit: v3.0.1
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
- flutter@1.22.5
|
- flutter@2.2.3
|
||||||
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
|
|
||||||
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
|
||||||
build:
|
build:
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
|
||||||
|
|
@ -683,6 +683,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 3.7.4
|
- versionName: 3.7.4
|
||||||
versionCode: 30704
|
versionCode: 30704
|
||||||
|
disable: https://github.com/dkrivoruchko/ScreenStream/issues/181
|
||||||
commit: 17d75190c9045531e0023687c135d0e57cb27157
|
commit: 17d75190c9045531e0023687c135d0e57cb27157
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
|
|
|
||||||
|
|
@ -609,6 +609,10 @@ Builds:
|
||||||
versionCode: 1019002
|
versionCode: 1019002
|
||||||
commit: 5ac4769517827b2643a3bc0a168f20a6f9056cb4
|
commit: 5ac4769517827b2643a3bc0a168f20a6f9056cb4
|
||||||
subdir: app
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk
|
||||||
|
- update-alternatives --auto java
|
||||||
gradle:
|
gradle:
|
||||||
- fdroid
|
- fdroid
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,10 @@ Builds:
|
||||||
versionCode: 41
|
versionCode: 41
|
||||||
commit: 4c1c57c5e989129872dc664661c9e83f655003cf
|
commit: 4c1c57c5e989129872dc664661c9e83f655003cf
|
||||||
subdir: app
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk
|
||||||
|
- update-alternatives --auto java
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
ndk: r21c
|
ndk: r21c
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,10 @@ Builds:
|
||||||
versionCode: 7
|
versionCode: 7
|
||||||
commit: cd0167405eeba492470632c508ab9150b0e068a1
|
commit: cd0167405eeba492470632c508ab9150b0e068a1
|
||||||
subdir: app
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk
|
||||||
|
- update-alternatives --auto java
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue