mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Merge branch 'miscfixes' into 'master'
Misc fixes See merge request fdroid/fdroiddata!8692
This commit is contained in:
commit
f4fa0f6795
6 changed files with 11 additions and 17 deletions
|
|
@ -224,7 +224,7 @@ Builds:
|
|||
|
||||
- versionName: 2.7.9-beta
|
||||
versionCode: 279
|
||||
commit: 2.7.9-beta
|
||||
commit: 2.7.9
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@ Builds:
|
|||
- sed -i -e '/firebase/d' build.gradle
|
||||
- sed -i -e '/play-services-location/d' build.gradle
|
||||
|
||||
- versionName: 1.6.24-apk
|
||||
versionCode: 100
|
||||
commit: v1.6.24-apk
|
||||
- versionName: 1.6.25
|
||||
versionCode: 101
|
||||
commit: v1.6.25
|
||||
subdir: app
|
||||
gradle:
|
||||
- fdroidFlavor
|
||||
|
|
@ -45,5 +45,5 @@ Builds:
|
|||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.6.24-apk
|
||||
CurrentVersionCode: 100
|
||||
CurrentVersion: 1.6.25
|
||||
CurrentVersionCode: 101
|
||||
|
|
|
|||
|
|
@ -57,17 +57,6 @@ Builds:
|
|||
./complete_build.sh
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 1.2.2
|
||||
versionCode: 7
|
||||
commit: v1.2.2
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
build: ANDROID_SDK_HOME=$$SDK$$ ANDROID_SDK_ROOT=$$SDK$$ ANDROID_NDK_HOME=$$NDK$$
|
||||
./complete_build.sh
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 1.2.3
|
||||
versionCode: 8
|
||||
commit: v1.2.3
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ Builds:
|
|||
|
||||
- versionName: '6.0'
|
||||
versionCode: 60
|
||||
disable: broken checkupdates
|
||||
commit: '6.0'
|
||||
subdir: app
|
||||
gradle:
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ Builds:
|
|||
|
||||
- versionName: 1.4.2
|
||||
versionCode: 30
|
||||
disable: broken checkupdates
|
||||
commit: v1.4.2
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ Builds:
|
|||
|
||||
- versionName: 6.1.0
|
||||
versionCode: 128
|
||||
disable: missing tag
|
||||
commit: v6.1.0
|
||||
submodules: true
|
||||
sudo:
|
||||
|
|
@ -78,6 +79,7 @@ Builds:
|
|||
|
||||
- versionName: 6.1.0
|
||||
versionCode: 129
|
||||
disable: missing tag
|
||||
commit: v6.1.0
|
||||
submodules: true
|
||||
sudo:
|
||||
|
|
@ -109,6 +111,7 @@ Builds:
|
|||
|
||||
- versionName: 6.1.0
|
||||
versionCode: 130
|
||||
disable: missing tag
|
||||
commit: v6.1.0
|
||||
submodules: true
|
||||
sudo:
|
||||
|
|
|
|||
Loading…
Reference in a new issue