forked from webex/webex-android-sdk-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
19 lines (19 loc) · 766 Bytes
/
gradle.properties
File metadata and controls
19 lines (19 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
android.enableJetifier=true
# the following produces better crash logs in the Play Store
android.bundle.enableUncompressedNativeLibs=false
m1.libclang.dir=/Library/Developer/CommandLineTools/usr/lib
android.useAndroidX=true
enableTestRestApi=OFF
enableSDKTests=OFF
debugAppName=Teams Dev
cmakeVerbose=OFF
abiFilters=armeabi-v7a;arm64-v8a;x86;x86_64
enableReleaseTesting=OFF
enableReleaseUITesting=OFF
enableCodeCoverage=OFF
org.gradle.jvmargs=-Xms2096m -Xmx8192m -XX:MaxMetaspaceSize=4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.daemon=true
org.gradle.parallel=true
android.native.buildOutput=verbose
extractNativeLibs=true
SCOPE="identity:things_read spark:all webexsquare:get_conversation spark-admin:people_read spark-admin:people_write"