mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Voice to 8.3.2 (3603039)
This commit is contained in:
parent
ece4a0963d
commit
b597590fdc
1 changed files with 19 additions and 2 deletions
|
|
@ -1223,8 +1223,25 @@ Builds:
|
|||
scandelete:
|
||||
- plugins/build
|
||||
|
||||
- versionName: 8.3.2
|
||||
versionCode: 3603039
|
||||
commit: eec26f35084e6b270f57ec73c84eacd02f665a6f
|
||||
subdir: app
|
||||
gradle:
|
||||
- github
|
||||
- libre
|
||||
prebuild:
|
||||
- sed -i -e '/crashlytics/d' -e '/googleServices/d' -e 's/(this as ApplicationAndroidResources).//'
|
||||
-e '/= createSigningConfig/d' build.gradle.kts
|
||||
- sed -i -e '/review/d' -e '/firebase/d' ../review/play/build.gradle.kts
|
||||
- sed -i -e '/crashlytics/d' ../logging/crashlytics/build.gradle.kts
|
||||
- echo -e "\norg.gradle.jvmargs=-XX:MaxHeapSize=2048m" >> ../gradle.properties
|
||||
- echo -e "\norg.gradle.unsafe.configuration-cache=false" >> ../gradle.properties
|
||||
scandelete:
|
||||
- plugins/build
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^[0-9.]+$
|
||||
UpdateCheckData: gradle/libs.versions.toml|versionCode\s*=\s*"([0-9]+)"|.|versionName\s*=\s*"(.+)"
|
||||
CurrentVersion: 8.3.0
|
||||
CurrentVersionCode: 3603037
|
||||
CurrentVersion: 8.3.2
|
||||
CurrentVersionCode: 3603039
|
||||
|
|
|
|||
Loading…
Reference in a new issue