mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-04 09:49:41 +00:00
Update StockTicker to 3.9.756 (300900756)
This commit is contained in:
parent
af25364c45
commit
8a2bf73e1f
1 changed files with 17 additions and 2 deletions
|
|
@ -1345,6 +1345,21 @@ Builds:
|
|||
{/,/^}/d' build.gradle
|
||||
- echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
||||
|
||||
- versionName: 3.9.756
|
||||
versionCode: 300900756
|
||||
commit: b5a9b99bfefe990b2dc569d2e96d3501bc334d29
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- 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
|
||||
|
|
@ -1353,5 +1368,5 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/version.properties|versionCode=(.*)|.|versionName=(.*)
|
||||
CurrentVersion: 3.9.755
|
||||
CurrentVersionCode: 300900755
|
||||
CurrentVersion: 3.9.756
|
||||
CurrentVersionCode: 300900756
|
||||
|
|
|
|||
Loading…
Reference in a new issue