mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update Tasks to 11.10.1 (111006)
This commit is contained in:
parent
0f008504a9
commit
5480f888b5
1 changed files with 22 additions and 2 deletions
|
|
@ -2133,11 +2133,31 @@ Builds:
|
|||
gradleprops:
|
||||
- tasks_mapbox_key="pk.eyJ1IjoiYmFrZXJiYSIsImEiOiJjanUxZG51dDUwMGttNDlvN3p3cHZzaXB3In0.1UWYV5dhTKiw_MkHNkA1jA"
|
||||
|
||||
- versionName: 11.10.1
|
||||
versionCode: 111006
|
||||
commit: 11.10.1
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -t stretch-backports openjdk-11-jdk-headless openjdk-11-jre-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- generic
|
||||
prebuild:
|
||||
- sed -i -e '/com.google.gms/d' -e '/firebase-crashlytics-gradle/d' ../build.gradle.kts
|
||||
- sed -i -e '/com.google.firebase.crashlytics/d' -e '/googleplayImplementation(.*)
|
||||
{/,/}/d; /googleplayImplementation/d' -e '/com.google.gms/d' -e '/signingConfig
|
||||
=/d' -e '/firebaseCrashlytics {/,/}/d;' build.gradle.kts
|
||||
- sed -i -e 's/gradle-7.0-rc-1/gradle-7.0/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
gradleprops:
|
||||
- tasks_mapbox_key="pk.eyJ1IjoiYmFrZXJiYSIsImEiOiJjanUxZG51dDUwMGttNDlvN3p3cHZzaXB3In0.1UWYV5dhTKiw_MkHNkA1jA"
|
||||
|
||||
MaintainerNotes: |-
|
||||
* Upstream releases multiple version with changed vercode. Looks like repushing tags.
|
||||
* 2021-03-11: disabled builds 531,632,633,645, see https://gitlab.com/fdroid/fdroiddata/-/issues/2294
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '11.10'
|
||||
CurrentVersionCode: 111004
|
||||
CurrentVersion: 11.10.1
|
||||
CurrentVersionCode: 111006
|
||||
|
|
|
|||
Loading…
Reference in a new issue