Remove all lint fixes that are now automatic
This commit is contained in:
parent
c787c261c9
commit
2faa99cbc0
|
@ -20,10 +20,8 @@ Build:2.0.0-beta1,59
|
|||
submodules=yes
|
||||
gradle=yes
|
||||
srclibs=CastCompanion@v1.0
|
||||
prebuild=sed -i 's@android {@android { lintOptions { abortOnError false }@' build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
* lint is no happy / missing translation
|
||||
* no license set
|
||||
* description
|
||||
* GoogleCast jars ??
|
||||
|
|
|
@ -112,7 +112,7 @@ Build:0.5.8,43
|
|||
gradle=yes
|
||||
rm=OwncloudNewsReader.apk,News-Android-App/src/main/libs/gson-2.2.4-sources.jar,News-Android-App/src/main/libs/gson-2.2.4-javadoc.jar,News-Android-App/src/main/libs/jsoup-1.7.2.jar
|
||||
extlibs=jsoup/jsoup-1.7.2.jar
|
||||
prebuild=sed -i -e 's/android {/android {\nlintOptions {\ncheckReleaseBuilds false\nabortOnError false\n}\n/g' -e 's@src/main/libs/@libs/@g' build.gradle && \
|
||||
prebuild=sed -i -e 's@src/main/libs/@libs/@g' build.gradle && \
|
||||
mv src/main/libs/gson-2.2.4.jar libs/gson-2.2.4.jar
|
||||
|
||||
Build:0.6.1,46
|
||||
|
@ -121,7 +121,6 @@ Build:0.6.1,46
|
|||
submodules=yes
|
||||
gradle=yes
|
||||
rm=News-Android-App/src/main/libs/gson-*-*.jar
|
||||
prebuild=sed -i -e 's/android {/android {\nlintOptions {\ncheckReleaseBuilds false\nabortOnError false\n}\n/g' build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
Releases are usually (not always) tagged. Tag names are erratic.
|
||||
|
|
Loading…
Reference in a new issue