nextcloud-android/gradle.properties
Chris Narkiewicz 442394f949
Migrate current account getter from AccountUtils to UserAccountManager
The implementation delegates calls to the old code, so there should
be no regressions in functionality.

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-04-14 21:02:43 +01:00

8 lines
230 B
Properties

# can be overriden by ~/.gradle/gradle.properties
NC_TEST_SERVER_BASEURL=http://server
NC_TEST_SERVER_USERNAME=test
NC_TEST_SERVER_PASSWORD=test
android.enableJetifier=true
android.useAndroidX=true
android.debug.obsoleteApi=true