ownCloud: Workaround for UCM
This commit is contained in:
parent
b760a80e52
commit
3c4d2a4da5
|
@ -161,9 +161,11 @@ Build:1.7.0,10700000
|
|||
rm=libs
|
||||
extlibs=android/android-support-v4.jar
|
||||
prebuild=cp -fR $$DiskLruCache$$/src/main/java/com src/ && \
|
||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
||||
cp libs/android-support-v4.jar $$TouchImageView$$/libs/ && \
|
||||
pushd $$TouchImageView$$ && android update lib-project -p ./ && echo "android.library=true" >> project.properties
|
||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
||||
cp libs/android-support-v4.jar $$TouchImageView$$/libs/ && \
|
||||
pushd $$TouchImageView$$ && \
|
||||
android update lib-project -p ./ && \
|
||||
echo "android.library=true" >> project.properties
|
||||
|
||||
Build:1.7.1,10700100
|
||||
commit=oc-android-1.7.1_oem
|
||||
|
@ -172,16 +174,21 @@ Build:1.7.1,10700100
|
|||
rm=libs
|
||||
extlibs=android/android-support-v4.jar
|
||||
prebuild=cp -fR $$DiskLruCache$$/src/main/java/com src/ && \
|
||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
||||
cp libs/android-support-v4.jar $$TouchImageView$$/libs/ && \
|
||||
pushd $$TouchImageView$$ && android update lib-project -p ./ && echo "android.library=true" >> project.properties
|
||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
||||
cp libs/android-support-v4.jar $$TouchImageView$$/libs/ && \
|
||||
pushd $$TouchImageView$$ && \
|
||||
android update lib-project -p ./ && \
|
||||
echo "android.library=true" >> project.properties
|
||||
|
||||
Maintainer Notes:
|
||||
Switch to the gradle flavor once all deps are pulled from central.
|
||||
|
||||
Re-enable AUM when upstream tags follow a predictable scheme again.
|
||||
.
|
||||
|
||||
Auto Update Mode:Version oc-android-%v
|
||||
Update Check Mode:Tags ^oc-android-[0-9.]*$
|
||||
Current Version:1.7.0
|
||||
Current Version Code:10700000
|
||||
#Auto Update Mode:Version oc-android-%v
|
||||
#Update Check Mode:Tags ^oc-android-[0-9.]*$
|
||||
Update Check Mode:Tags ^oc-android-[0-9.]*
|
||||
Current Version:1.7.1
|
||||
Current Version Code:10700100
|
||||
|
||||
|
|
Loading…
Reference in a new issue