mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
misc fixes
This commit is contained in:
parent
3e9316c576
commit
a4550eeb26
4 changed files with 8 additions and 7 deletions
|
|
@ -1120,6 +1120,7 @@ Builds:
|
|||
|
||||
- versionName: 5.6.1
|
||||
versionCode: 193
|
||||
disable: git checkout
|
||||
commit: ea6c5bfb0bc5276cf666ed9f0c96ae1613583aca
|
||||
timeout: 30000
|
||||
sudo:
|
||||
|
|
@ -1144,6 +1145,7 @@ Builds:
|
|||
|
||||
- versionName: 5.6.1
|
||||
versionCode: 194
|
||||
disable: git checkout
|
||||
commit: ea6c5bfb0bc5276cf666ed9f0c96ae1613583aca
|
||||
timeout: 60000
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -2332,7 +2332,7 @@ Builds:
|
|||
gradle:
|
||||
- github
|
||||
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' -e '/CrashlyticsExtension/,+2d'
|
||||
-e '/media3-cast/d' {..,.}/build.gradle.kts
|
||||
-e '/media3.cast/d' {..,.}/build.gradle.kts
|
||||
gradleprops:
|
||||
- abiFilters=armeabi-v7a
|
||||
|
||||
|
|
@ -2343,7 +2343,7 @@ Builds:
|
|||
gradle:
|
||||
- github
|
||||
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' -e '/CrashlyticsExtension/,+2d'
|
||||
-e '/media3-cast/d' {..,.}/build.gradle.kts
|
||||
-e '/media3.cast/d' {..,.}/build.gradle.kts
|
||||
gradleprops:
|
||||
- abiFilters=arm64-v8a
|
||||
|
||||
|
|
@ -2354,7 +2354,7 @@ Builds:
|
|||
gradle:
|
||||
- github
|
||||
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' -e '/CrashlyticsExtension/,+2d'
|
||||
-e '/media3-cast/d' {..,.}/build.gradle.kts
|
||||
-e '/media3.cast/d' {..,.}/build.gradle.kts
|
||||
gradleprops:
|
||||
- abiFilters=x86_64
|
||||
|
||||
|
|
|
|||
|
|
@ -96,7 +96,6 @@ Builds:
|
|||
- versionName: 1.8.1
|
||||
versionCode: 181
|
||||
commit: b24454169d71c96377493b4892826cef912259e2
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ MaintainerNotes: Per flavor versionName suffix does not allow to template the Bi
|
|||
URL for autoupdates
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 5.1.9_fdroid
|
||||
CurrentVersionCode: 50109
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
CurrentVersion: 5.1.8_fdroid
|
||||
CurrentVersionCode: 50108
|
||||
|
|
|
|||
Loading…
Reference in a new issue