mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update StockTicker to 3.9.793 (300900793)
This commit is contained in:
parent
7a3004ff7c
commit
326e043404
1 changed files with 17 additions and 2 deletions
|
|
@ -1692,6 +1692,21 @@ Builds:
|
||||||
{/,/^}/d' build.gradle
|
{/,/^}/d' build.gradle
|
||||||
- echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
- echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.9.793
|
||||||
|
versionCode: 300900793
|
||||||
|
commit: d54d8cea702fd95501eed25f8b393edc73a01cb8
|
||||||
|
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: |-
|
MaintainerNotes: |-
|
||||||
We replace com.nbsp:library from http://dl.bintray.com/lukaville/maven with
|
We replace com.nbsp:library from http://dl.bintray.com/lukaville/maven with
|
||||||
com.github.nbsp-team:MaterialFilePicker from
|
com.github.nbsp-team:MaterialFilePicker from
|
||||||
|
|
@ -1700,5 +1715,5 @@ MaintainerNotes: |-
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: app/version.properties|versionCode=(.*)|.|versionName=(.*)
|
UpdateCheckData: app/version.properties|versionCode=(.*)|.|versionName=(.*)
|
||||||
CurrentVersion: 3.9.791
|
CurrentVersion: 3.9.793
|
||||||
CurrentVersionCode: 300900791
|
CurrentVersionCode: 300900793
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue