mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update Voice to 8.2.0 (3603031)
This commit is contained in:
parent
28650ca4d9
commit
94e34d6cb9
1 changed files with 21 additions and 2 deletions
|
|
@ -1173,8 +1173,27 @@ Builds:
|
|||
scandelete:
|
||||
- plugins/build
|
||||
|
||||
- versionName: 8.2.0
|
||||
versionCode: 3603031
|
||||
commit: 7a8a185725f69b69cdd3bcd491654ef5638f8bdb
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- sed -i -e '/crashlytics/d' -e '/googleServices/d' -e '/if (enableCrashlytics)
|
||||
{/,/}/d' 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.1.3
|
||||
CurrentVersionCode: 3603030
|
||||
CurrentVersion: 8.2.0
|
||||
CurrentVersionCode: 3603031
|
||||
|
|
|
|||
Loading…
Reference in a new issue