Fix org.tasks build
This commit is contained in:
parent
eb785ff50e
commit
821d8fc1f6
|
@ -1097,10 +1097,28 @@ Builds:
|
||||||
- tasks_mapbox_key="pk.eyJ1IjoiYmFrZXJiYSIsImEiOiJjanUxZG51dDUwMGttNDlvN3p3cHZzaXB3In0.1UWYV5dhTKiw_MkHNkA1jA"
|
- tasks_mapbox_key="pk.eyJ1IjoiYmFrZXJiYSIsImEiOiJjanUxZG51dDUwMGttNDlvN3p3cHZzaXB3In0.1UWYV5dhTKiw_MkHNkA1jA"
|
||||||
- tasks_google_key="AIzaSyBB6UFcArpaNI6g8DIen8hlSIIrAI7oQhQ"
|
- tasks_google_key="AIzaSyBB6UFcArpaNI6g8DIen8hlSIIrAI7oQhQ"
|
||||||
|
|
||||||
|
- versionName: 6.7.1
|
||||||
|
versionCode: 591
|
||||||
|
commit: 6.7.1
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- generic
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/maven/d' -e '/com.google.gms/d' -e '/io.fabric.tools/d' ../build.gradle.kts
|
||||||
|
- sed -i -e '/io.fabric/d' -e '/googleplayImplementation(.*) {/,/}/d; /googleplayImplementation/d'
|
||||||
|
-e '/amazonImplementation/d' -e '/com.google.gms/d' -e '/signingConfig =/d'
|
||||||
|
build.gradle.kts
|
||||||
|
scandelete:
|
||||||
|
- buildSrc
|
||||||
|
- .gradle
|
||||||
|
gradleprops:
|
||||||
|
- tasks_mapbox_key="pk.eyJ1IjoiYmFrZXJiYSIsImEiOiJjanUxZG51dDUwMGttNDlvN3p3cHZzaXB3In0.1UWYV5dhTKiw_MkHNkA1jA"
|
||||||
|
|
||||||
MaintainerNotes: Upstream releases multiple version with changed vercode. Looks like
|
MaintainerNotes: Upstream releases multiple version with changed vercode. Looks like
|
||||||
repushing tags..
|
repushing tags..
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: '6.7'
|
CurrentVersion: 6.7.1
|
||||||
CurrentVersionCode: 589
|
CurrentVersionCode: 591
|
||||||
|
|
Loading…
Reference in a new issue