22 lines
1005 B
Properties
22 lines
1005 B
Properties
# Project-wide Gradle settings.
|
|
# IDE (e.g. Android Studio) users:
|
|
# Gradle settings configured through the IDE *will override*
|
|
# any settings specified in this file.
|
|
# For more details on how to configure your build environment visit
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
# The setting is particularly useful for tweaking memory settings.
|
|
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
livePushSdkSourceCode=''
|
|
allInOne=false
|
|
# SDK Types
|
|
# AliVCSDK_BasicLive: Basic Live Streaming SDK, includes LivePush, Player, Queen Beauty, and RTS.
|
|
# AliVCSDK_InteractiveLive: Interactive Live SDK, includes LivePush, Player, Queen Beauty, RTS, and RTC.
|
|
# AliVCSDK_Standard: Standard Integrated SDK, includes LivePush, Player, Queen Beauty, RTS, RTC, and UGC.
|
|
sdk_type=AliVCSDK_BasicLive
|
|
targets=live
|
|
systemProp.allInOneRootProject=None
|
|
sdk_package_name=com.aliyun.aio
|