Update ownCloud News Reader to 0.7.1 (65)
This commit is contained in:
parent
869e3e40ee
commit
ff79eadea6
|
@ -117,15 +117,15 @@ Build:0.6.1,46
|
||||||
Build:0.6.9.5,59
|
Build:0.6.9.5,59
|
||||||
disable=beta
|
disable=beta
|
||||||
|
|
||||||
Build:0.7.2,66
|
Build:0.7.1,65
|
||||||
disable=wip
|
commit=926a5dc5d42eb97b2dbe857750c57070662fd3ab
|
||||||
commit=97371af2f17f409097d9ba3ced69ab58bfabfdf0
|
|
||||||
subdir=News-Android-App
|
subdir=News-Android-App
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=yes
|
gradle=yes
|
||||||
rm=News-Android-App/src/main/libs/*jar
|
rm=News-Android-App/src/main/libs/*jar
|
||||||
prebuild=sed -i -e '/src\/main\/libs/d' -e '$d' build.gradle && \
|
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 && \
|
build=pushd ../ShowcaseView/library && \
|
||||||
gradle assembleRelease && \
|
gradle assembleRelease && \
|
||||||
mv build/outputs/aar/library-50101.aar build/outputs/aar/library.aar && \
|
mv build/outputs/aar/library-50101.aar build/outputs/aar/library.aar && \
|
||||||
|
@ -134,8 +134,6 @@ Build:0.7.2,66
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Releases are usually (not always) tagged. Tag names are erratic.
|
Releases are usually (not always) tagged. Tag names are erratic.
|
||||||
|
|
||||||
Gson and jsoup should be build from source.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
|
Loading…
Reference in a new issue