mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update StockTicker to 4.0.002 (400000002)
This commit is contained in:
parent
28c2c49e98
commit
ccd7c62c03
1 changed files with 10 additions and 7 deletions
|
|
@ -1836,18 +1836,21 @@ Builds:
|
|||
/firebase/d; /android.applicationVariants.configureEach {/,/^}/d' -e "/android
|
||||
{/alintOptions { checkReleaseBuilds false }" build.gradle
|
||||
|
||||
- versionName: 4.0.001
|
||||
versionCode: 400000001
|
||||
commit: 553dd2a28bfbc820e3cbc64abb16b07adf2b4999
|
||||
- versionName: 4.0.002
|
||||
versionCode: 400000002
|
||||
commit: d868336adad150dd5313c698969edf5de83d8a0e
|
||||
subdir: app
|
||||
gradle:
|
||||
- purefoss
|
||||
prebuild:
|
||||
- sed -i -e '/configure<CrashlyticsExtension>/,+2d' build.gradle.kts
|
||||
- sed -i -e '/gms/d' -e '/crashlytics/Id' {..,.}/build.gradle.kts
|
||||
- sed -i -e 's/versionCode = code/versionCode = $$VERCODE$$/' -e 's/versionName
|
||||
= name/versionName = "$$VERSION$$"/' -e '/configure<CrashlyticsExtension>/,+2d'
|
||||
build.gradle.kts
|
||||
- sed -i -e '/gms/d' -e '/firebase/d' {..,.}/build.gradle.kts
|
||||
- sed -i -e 's/8.12.0/8.11.1/' ../gradle/libs.versions.toml
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/version.properties|versionCode=(\d+)|.|versionName=(.*)
|
||||
CurrentVersion: 4.0.001
|
||||
CurrentVersionCode: 400000001
|
||||
CurrentVersion: 4.0.002
|
||||
CurrentVersionCode: 400000002
|
||||
|
|
|
|||
Loading…
Reference in a new issue