QuickLyric: Fix build, work around gradle bugs
This commit is contained in:
parent
20656a3d1d
commit
1d01ca1117
|
@ -89,14 +89,16 @@ Build:2.0.8,124
|
|||
commit=2.0.8
|
||||
subdir=QuickLyric
|
||||
gradle=yes
|
||||
prebuild=mkdir -p gradle/wrapper && \
|
||||
prebuild=sed -i -e '/shrinkResources/s/true/false/g' build.gradle && \
|
||||
mkdir -p gradle/wrapper && \
|
||||
echo -e 'distributionUrl=https://services.gradle.org/distributions/gradle-3.3-bin.zip' > gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Build:2.0.8c,129
|
||||
commit=2.0.8c
|
||||
subdir=QuickLyric
|
||||
gradle=yes
|
||||
prebuild=mkdir -p gradle/wrapper && \
|
||||
prebuild=sed -i -e '/shrinkResources/s/true/false/g' build.gradle && \
|
||||
mkdir -p gradle/wrapper && \
|
||||
echo -e 'distributionUrl=https://services.gradle.org/distributions/gradle-3.3-bin.zip' > gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
|
|
Loading…
Reference in a new issue