habitica-android/gradle.properties
Leland Wu a95be4a755
get as many tests to work as possible and fix travis (#1291)
modify a subscription plan test

switch commented test

Increase mockito version

add a clean to yaml file

edit yaml

modify versionings

update yaml

add build to script

try something in build gradle

edit travis

travis

try something with apple client id

yaml

put testProdDebugUnitTest script back in yaml

try diff distribution

try xenial

put apple ath client id back

edit yaml

add apple ath client id

add apple id in example as well

put buildConfig import back

change sudo apt get

edit sudo apt commands

move commands

edit travis

mongodb org

travis

Fix unit tests and travis

add mongo service

travis file

only run one test suite on travis

only test for testProdDebugUnitTest
2020-04-13 12:02:48 +02:00

9 lines
263 B
INI

android.enableJetifier=true
android.useAndroidX=true
android.enableR8=true
android.debug.obsoleteApi=true
android.enableUnitTestBinaryResources=true
org.gradle.configureondemand=true
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx6656M
org.gradle.warning.mode=all