Update ownCloud News Reader to 0.7.5 (69)
This commit is contained in:
parent
07b0585f7d
commit
ab6515ecb6
|
@ -147,6 +147,18 @@ Build:0.7.4,68
|
||||||
sed -i -e '/MIN_SDK/d' ../gradle.properties && \
|
sed -i -e '/MIN_SDK/d' ../gradle.properties && \
|
||||||
echo -e "\nANDROID_BUILD_MIN_SDK_VERSION=11\nMIN_SDK=11" >> ../gradle.properties
|
echo -e "\nANDROID_BUILD_MIN_SDK_VERSION=11\nMIN_SDK=11" >> ../gradle.properties
|
||||||
|
|
||||||
|
Build:0.7.5,69
|
||||||
|
commit=v.0.7.5
|
||||||
|
subdir=News-Android-App
|
||||||
|
submodules=yes
|
||||||
|
gradle=yes
|
||||||
|
rm=ShowcaseView,News-Android-App/src/main/libs/*jar
|
||||||
|
prebuild=sed -i -e '/src\/main\/libs/d' build.gradle && \
|
||||||
|
sed -i -e '/ShowcaseView/d' ../build.gradle build.gradle && \
|
||||||
|
sed -i -e "/dependencies/acompile 'org.jsoup:jsoup:1.7.2'" -e "/dependencies/acompile 'com.google.code.gson:gson:2.2.4'" -e "/dependencies/acompile 'com.github.amlcurran.showcaseview:library:5.0.0@aar'" build.gradle && \
|
||||||
|
sed -i -e '/MIN_SDK/d' ../gradle.properties && \
|
||||||
|
echo -e "\nANDROID_BUILD_MIN_SDK_VERSION=11\nMIN_SDK=11" >> ../gradle.properties
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Releases are usually (not always) tagged. Tag names are erratic.
|
Releases are usually (not always) tagged. Tag names are erratic.
|
||||||
.
|
.
|
||||||
|
|
Loading…
Reference in a new issue