mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Pixelartist - fix build
This commit is contained in:
parent
77a5762684
commit
0ab319c51f
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ Build:3.1,4
|
|||
commit=v3.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
||||
prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle && \
|
||||
sed -i -e 's/5.2-rc-1-all/5.1-all/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue