mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Update Tasks to 11.12.2 (111202)
This commit is contained in:
parent
1e1efbac0a
commit
64e56b2bdb
1 changed files with 22 additions and 2 deletions
|
|
@ -2233,11 +2233,31 @@ Builds:
|
|||
gradleprops:
|
||||
- tasks_mapbox_key="pk.eyJ1IjoiYmFrZXJiYSIsImEiOiJjanUxZG51dDUwMGttNDlvN3p3cHZzaXB3In0.1UWYV5dhTKiw_MkHNkA1jA"
|
||||
|
||||
- versionName: 11.12.2
|
||||
versionCode: 111202
|
||||
commit: 4cb94be06d6dcf80833e45238bc84a8dbf1ec4d4
|
||||
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;' -e '/configure<CrashlyticsExtension>
|
||||
{/,/}/d' build.gradle.kts
|
||||
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.12.1
|
||||
CurrentVersionCode: 111201
|
||||
CurrentVersion: 11.12.2
|
||||
CurrentVersionCode: 111202
|
||||
|
|
|
|||
Loading…
Reference in a new issue