ownCloud: Fix build and add changelog
This commit is contained in:
parent
3e041e9b7e
commit
ccdc01161a
|
@ -11,6 +11,8 @@ Description:
|
||||||
ownCloud is a free software package you can install on a server to manage
|
ownCloud is a free software package you can install on a server to manage
|
||||||
files, contacts, calendars, music, pictures and much more. This is the official
|
files, contacts, calendars, music, pictures and much more. This is the official
|
||||||
Android app which enables you to view and upload files.
|
Android app which enables you to view and upload files.
|
||||||
|
|
||||||
|
[https://github.com/owncloud/android/blob/HEAD/CHANGELOG.md Changelog]
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
@ -155,7 +157,17 @@ Build:1.6.2,10600200
|
||||||
Build:1.7.0,10700000
|
Build:1.7.0,10700000
|
||||||
commit=oc-android-1.7.0
|
commit=oc-android-1.7.0
|
||||||
submodules=yes
|
submodules=yes
|
||||||
prebuild=cp third_party/android-support-library/android-support-v4.jar actionbarsherlock/library/libs/android-support-v4.jar
|
srclibs=1:ActionBarSherlock@4.4.0,3:TouchImageView@v1.2.0,DiskLruCache@disklrucache-2.0.2
|
||||||
|
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
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
Switch to the gradle flavor once all deps are pulled from central.
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:Version oc-android-%v
|
Auto Update Mode:Version oc-android-%v
|
||||||
Update Check Mode:Tags ^oc-android-[0-9.]*$
|
Update Check Mode:Tags ^oc-android-[0-9.]*$
|
||||||
|
|
Loading…
Reference in a new issue