Update CV of ownCloud News Reader to 0.7.4 (68)
This commit is contained in:
parent
459025d526
commit
0284d0d2f9
|
@ -125,7 +125,9 @@ Build:0.7.1,65
|
|||
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 && \
|
||||
sed -i -e '/MIN_SDK/d' ../gradle.properties && echo -e "\nANDROID_BUILD_MIN_SDK_VERSION=11\nMIN_SDK=11" >> ../gradle.properties && cat ../gradle.properties
|
||||
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 && \
|
||||
|
@ -138,6 +140,6 @@ Releases are usually (not always) tagged. Tag names are erratic.
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.6.9.5
|
||||
Current Version Code:59
|
||||
Current Version:0.7.4
|
||||
Current Version Code:68
|
||||
|
||||
|
|
Loading…
Reference in a new issue