mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update StockTicker to 3.9.796 (300900796)
This commit is contained in:
parent
08a8c59c11
commit
736288ee9e
1 changed files with 17 additions and 2 deletions
|
|
@ -1707,6 +1707,21 @@ Builds:
|
|||
{/,/^}/d' build.gradle
|
||||
- echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
||||
|
||||
- versionName: 3.9.796
|
||||
versionCode: 300900796
|
||||
commit: dd03e0e708ca53e4faaaee4e3d52e6104175709b
|
||||
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
|
||||
|
|
@ -1715,5 +1730,5 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/version.properties|versionCode=(.*)|.|versionName=(.*)
|
||||
CurrentVersion: 3.9.793
|
||||
CurrentVersionCode: 300900793
|
||||
CurrentVersion: 3.9.796
|
||||
CurrentVersionCode: 300900796
|
||||
|
|
|
|||
Loading…
Reference in a new issue