mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-06 10:46:25 +00:00
Slide: don't try to use 8GB of memory
This commit is contained in:
parent
c805b24d0b
commit
456bdec70e
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ Build:5.3,179
|
|||
subdir=app
|
||||
gradle=prod,noGPlay
|
||||
forceversion=yes
|
||||
prebuild=sed -i -e '/withGPlayCompile/d' build.gradle
|
||||
prebuild=sed -i -e '/withGPlayCompile/d' -e 's/8g/2g/' build.gradle
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue