Update ownCloud News Reader to 0.7.1 (65)

This commit is contained in:
Boris Kraut 2014-09-19 15:33:53 +02:00
parent 869e3e40ee
commit ff79eadea6

View file

@ -117,15 +117,15 @@ Build:0.6.1,46
Build:0.6.9.5,59
disable=beta
Build:0.7.2,66
disable=wip
commit=97371af2f17f409097d9ba3ced69ab58bfabfdf0
Build:0.7.1,65
commit=926a5dc5d42eb97b2dbe857750c57070662fd3ab
subdir=News-Android-App
submodules=yes
gradle=yes
rm=News-Android-App/src/main/libs/*jar
prebuild=sed -i -e '/src\/main\/libs/d' -e '$d' build.gradle && \
echo -e " compile 'org.jsoup:jsoup:1.7.2'\n compile 'com.google.code.gson:gson:2.2.4'\n}" >> build.gradle
echo -e " compile 'org.jsoup:jsoup:1.7.2'\n compile 'com.google.code.gson:gson:2.2.4'\n}" >> build.gradle && \
sed -i -e '/MIN_SDK/d' ../gradle.properties && echo -e "\nANDROID_BUILD_MIN_SDK_VERSION=11\nMIN_SDK=11" >> ../gradle.properties && cat ../gradle.properties
build=pushd ../ShowcaseView/library && \
gradle assembleRelease && \
mv build/outputs/aar/library-50101.aar build/outputs/aar/library.aar && \
@ -134,8 +134,6 @@ Build:0.7.2,66
Maintainer Notes:
Releases are usually (not always) tagged. Tag names are erratic.
Gson and jsoup should be build from source.
.
Auto Update Mode:None