mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update StockTicker to 3.9.762 (300900762)
This commit is contained in:
parent
b0711db019
commit
10bf9e89b6
1 changed files with 17 additions and 2 deletions
|
|
@ -1420,6 +1420,21 @@ Builds:
|
|||
{/,/^}/d' build.gradle
|
||||
- echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
||||
|
||||
- versionName: 3.9.762
|
||||
versionCode: 300900762
|
||||
commit: cb7e17c9259560ca1e9f3c3554cd31c58dbd8ef1
|
||||
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
|
||||
|
|
@ -1428,5 +1443,5 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/version.properties|versionCode=(.*)|.|versionName=(.*)
|
||||
CurrentVersion: 3.9.760
|
||||
CurrentVersionCode: 300900760
|
||||
CurrentVersion: 3.9.762
|
||||
CurrentVersionCode: 300900762
|
||||
|
|
|
|||
Loading…
Reference in a new issue