Update ownCloud News Reader to 0.9.0 (83)
This commit is contained in:
parent
130bbf13a0
commit
ab7af70b0b
|
@ -224,6 +224,20 @@ Build:0.8.8,80
|
||||||
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.9.0,83
|
||||||
|
commit=8918eb09426ed6f7a827710764105f7cb21ea41b
|
||||||
|
subdir=News-Android-App
|
||||||
|
submodules=yes
|
||||||
|
init=sed -i -e '/ANDROID_BUILD_TOOLS_VERSION/d' -e '/ANDROID_BUILD_SDK_VERSION/abuildToolsVersion "21"' build.gradle ../ownCloud-Account-Importer/build.gradle ../MessageBar/build.gradle ../Changeloglib/ChangeLogLibrary/build.gradle && \
|
||||||
|
sed -i 's;BUILD_TOOLS_VERSION;"21";' ../ShowcaseView/library/build.gradle && \
|
||||||
|
sed -i 's/runProguard false/minifyEnabled false/g' ../ownCloud-Account-Importer/build.gradle
|
||||||
|
gradle=yes
|
||||||
|
rm=News-Android-App/src/main/libs/*jar
|
||||||
|
prebuild=sed -i -e '/src\/main\/libs/d' build.gradle && \
|
||||||
|
sed -i -e "/freemarker/acompile 'org.jsoup:jsoup:1.7.2'\ncompile 'com.google.code.gson:gson:2.2.4'" 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. Switch back
|
Releases are usually (not always) tagged. Tag names are erratic. Switch back
|
||||||
to RepoManifest.
|
to RepoManifest.
|
||||||
|
|
Loading…
Reference in a new issue