mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-07 09:51:07 +03:00
rewritemeta yaml: fixed boolen mapping for build flags
This commit is contained in:
parent
cfd3e84250
commit
19d422da86
5 changed files with 115 additions and 27 deletions
|
@ -47,14 +47,22 @@ Build:1.2.2,42
|
|||
Build:2.1.1,48
|
||||
commit=2.1.1
|
||||
patch=manifest-ads.patch,mobilecore.patch
|
||||
maven=yes
|
||||
srclibs=FacebookSDK@sdk-version-3.0.2
|
||||
rm=libs/applovin*,libs/mobileCore*
|
||||
extlibs=android/android-support-v4.jar
|
||||
prebuild=cp libs/android-support-v4.jar $$FacebookSDK$$/libs/ && \
|
||||
sed -i 's@\(reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
|
||||
sed -i 's/Class\[\]/Class\<?\>\[\]/g' $$FacebookSDK$$/src/com/facebook/model/GraphObject.java
|
||||
|
||||
Build:2.1.2,49
|
||||
Build:2.1.1-b,49
|
||||
commit=2.1.1
|
||||
patch=manifest-ads.patch,mobilecore.patch
|
||||
maven=yes@..
|
||||
srclibs=FacebookSDK@sdk-version-3.0.2
|
||||
|
||||
Build:2.1.1-c,50
|
||||
commit=2.1.1
|
||||
patch=manifest-ads.patch,mobilecore.patch
|
||||
maven=2
|
||||
srclibs=FacebookSDK@sdk-version-3.0.2
|
||||
|
||||
Build:2.1.2,51
|
||||
disable=Labelled as pre-release, so skipped
|
||||
|
||||
Archive Policy:0 versions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue