mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update StockTicker to 3.9.773 (300900773)
This commit is contained in:
parent
6bc958ff1d
commit
d0a9fff948
1 changed files with 17 additions and 2 deletions
|
|
@ -1525,6 +1525,21 @@ Builds:
|
|||
{/,/^}/d' build.gradle
|
||||
- echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
||||
|
||||
- versionName: 3.9.773
|
||||
versionCode: 300900773
|
||||
commit: ee0014d399bb49bde708a1c71ed807da72e3f113
|
||||
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
|
||||
|
|
@ -1533,5 +1548,5 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/version.properties|versionCode=(.*)|.|versionName=(.*)
|
||||
CurrentVersion: 3.9.771
|
||||
CurrentVersionCode: 300900771
|
||||
CurrentVersion: 3.9.773
|
||||
CurrentVersionCode: 300900773
|
||||
|
|
|
|||
Loading…
Reference in a new issue