ownCloud News Reader: Last try to work around gradle issues.
This commit is contained in:
parent
6b06b1e40e
commit
c647abe695
|
@ -13,9 +13,6 @@ server app from your device and read RSS feeds on the go.
|
|||
[https://github.com/owncloud/News-Android-App#updates Changelog]
|
||||
|
||||
Status: Beta
|
||||
|
||||
This app uses prebuilt libraries that have been verified to match their
|
||||
upstream versions.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -161,6 +158,7 @@ Build:0.7.5,69
|
|||
|
||||
Build:0.7.7,71
|
||||
commit=v.0.7.7
|
||||
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
|
||||
subdir=News-Android-App
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
@ -168,8 +166,8 @@ Build:0.7.7,71
|
|||
prebuild=sed -i -e '/src\/main\/libs/d' build.gradle && \
|
||||
sed -i -e '/ShowcaseView/d' ../build.gradle build.gradle && \
|
||||
sed -i -e "/freemarker/acompile 'org.jsoup:jsoup:1.7.2'\ncompile 'com.google.code.gson:gson:2.2.4'\ncompile 'com.github.amlcurran.showcaseview:library:5.0.0@aar'" build.gradle && \
|
||||
sed -i -e '/MIN_SDK/d' -e '/BUILD_TOOLS/d' ../gradle.properties && \
|
||||
echo -e "\nANDROID_BUILD_MIN_SDK_VERSION=11\nMIN_SDK=11\nANDROID_BUILD_TOOLS_VERSION=21" >> ../gradle.properties
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue