Update ownCloud News Reader to 0.9.1 (84)
This commit is contained in:
parent
ef98c7fe89
commit
4ace3092f3
|
@ -238,6 +238,20 @@ Build:0.9.0,83
|
|||
sed -i -e '/MIN_SDK/d' ../gradle.properties && \
|
||||
echo -e "\nANDROID_BUILD_MIN_SDK_VERSION=11\nMIN_SDK=11" >> ../gradle.properties
|
||||
|
||||
Build:0.9.1,84
|
||||
commit=58f504f0a24c464c5d615c697f8a875444b8388b
|
||||
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:
|
||||
Releases are usually (not always) tagged. Tag names are erratic. Switch back
|
||||
to RepoManifest.
|
||||
|
|
Loading…
Reference in a new issue