Update ownCloud to 1.8.0 (10800000)
Now using a cleaner gradle build. Also updated the notes.
This commit is contained in:
parent
7a56509612
commit
19ae157f81
|
@ -192,19 +192,22 @@ Build:1.7.2,10700200
|
|||
android update lib-project -p ./ && \
|
||||
echo "android.library=true" >> project.properties
|
||||
|
||||
Build:1.8.0,10800000
|
||||
commit=oc-android-1.8
|
||||
gradle=yes
|
||||
submodules=yes
|
||||
srclibs=TouchImageView@v1.2.0
|
||||
rm=libs/disklrucache*,libs/android-support*,owncloud-android-library/libs,user_manual
|
||||
|
||||
Maintainer Notes:
|
||||
Switch to the gradle flavor once all deps are pulled from central.
|
||||
Last jar in use is touch-image-view, since apparently it's not in any maven
|
||||
repo. Verified against upstream at https://github.com/MikeOrtiz/TouchImageView.
|
||||
|
||||
owncloud-android-library should be cleaned up from .jar files like
|
||||
in fr.unix_experience.owncloud_sms.txt
|
||||
|
||||
Re-enable AUM when upstream tags follow a predictable scheme again.
|
||||
Can't use AUM since tag names are very inconsistent.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
#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.2
|
||||
Current Version Code:10700200
|
||||
Current Version:1.8.0
|
||||
Current Version Code:10800000
|
||||
|
||||
|
|
Loading…
Reference in a new issue