Update StockTicker to 3.9.791 (300900791)

This commit is contained in:
F-Droid checkupdates bot 2022-06-28 03:28:20 +00:00
parent 813acc5dc6
commit 71b165dbaa

View file

@ -1677,6 +1677,21 @@ Builds:
{/,/^}/d' build.gradle
- echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
- versionName: 3.9.791
versionCode: 300900791
commit: b241ae2af23ee1232a07c12cb71107705da730e4
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- purefoss
prebuild:
- sed -i -e '/google-services/d; /firebase/d; /dl.bintray.com/d; /android.applicationVariants.all
{/,/^}/d' build.gradle
- echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
MaintainerNotes: |-
We replace com.nbsp:library from http://dl.bintray.com/lukaville/maven with
com.github.nbsp-team:MaterialFilePicker from
@ -1685,5 +1700,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: app/version.properties|versionCode=(.*)|.|versionName=(.*)
CurrentVersion: 3.9.789
CurrentVersionCode: 300900789
CurrentVersion: 3.9.791
CurrentVersionCode: 300900791