mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Stork IM: 3.0.27
This commit is contained in:
parent
3bbfc8341e
commit
a601fc2bf4
3 changed files with 27 additions and 8 deletions
|
|
@ -43,16 +43,31 @@ Builds:
|
||||||
scanignore:
|
scanignore:
|
||||||
- mobile-core/res/raw/trust_store_bks
|
- mobile-core/res/raw/trust_store_bks
|
||||||
|
|
||||||
- versionName: '1.6'
|
- versionName: 3.0.27.f
|
||||||
versionCode: 15
|
versionCode: 90
|
||||||
disable: contains GMS
|
commit: 554fc7a6063bf1bf947c6ea772fa289bec331385
|
||||||
commit: '1.6'
|
subdir: app
|
||||||
subdir: mobile-phone-pro
|
gradle:
|
||||||
maven: 'yes'
|
- free
|
||||||
|
srclibs:
|
||||||
|
- tigase-xmltools@tigase-xmltools-4.0.0
|
||||||
|
- jaxmpp@3.3.0
|
||||||
|
prebuild:
|
||||||
|
- $$SDK$$/tools/bin/sdkmanager 'platforms;android-28' 'build-tools;28.0.3' >
|
||||||
|
/dev/null
|
||||||
|
- sed -i -e '/firebase/d' -e '/com.google.gms/d' ../build.gradle build.gradle
|
||||||
|
- sed -i -e '/maven-repo.tigase.org/d' ../build.gradle
|
||||||
scanignore:
|
scanignore:
|
||||||
- mobile-core/res/raw/trust_store_bks
|
- app/src/main/res/raw/trust_store_bks
|
||||||
|
build:
|
||||||
|
- pushd $$tigase-xmltools$$
|
||||||
|
- mvn -DskipTests clean install
|
||||||
|
- popd
|
||||||
|
- pushd $$jaxmpp$$
|
||||||
|
- mvn -Pandroid -DskipTests clean install
|
||||||
|
- popd
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 3.0.27
|
CurrentVersion: 3.0.27.f
|
||||||
CurrentVersionCode: 90
|
CurrentVersionCode: 90
|
||||||
|
|
|
||||||
2
srclibs/jaxmpp.yml
Normal file
2
srclibs/jaxmpp.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/tigase/jaxmpp.git
|
||||||
2
srclibs/tigase-xmltools.yml
Normal file
2
srclibs/tigase-xmltools.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/tigase/tigase-xmltools.git
|
||||||
Loading…
Reference in a new issue