live2d model
This commit is contained in:
@@ -40,6 +40,7 @@ android {
|
||||
buildConfigField "String", "LLM_API_URL", "\"${(project.findProperty('LLM_API_URL') ?: 'https://ark.cn-beijing.volces.com/api/v3/chat/completions').toString()}\""
|
||||
buildConfigField "String", "LLM_API_KEY", "\"${(project.findProperty('LLM_API_KEY') ?: '').toString()}\""
|
||||
buildConfigField "String", "LLM_MODEL", "\"${(project.findProperty('LLM_MODEL') ?: 'doubao-1-5-pro-32k-character-250228').toString()}\""
|
||||
buildConfigField "boolean", "USE_LIVE2D", "${(project.findProperty('USE_LIVE2D') ?: 'false').toString()}"
|
||||
|
||||
ndk {
|
||||
abiFilters "arm64-v8a"
|
||||
@@ -72,4 +73,6 @@ dependencies {
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
||||
// ExoPlayer for video playback (used to show silent / speaking videos)
|
||||
implementation 'com.google.android.exoplayer:exoplayer:2.18.6'
|
||||
implementation project(':framework')
|
||||
implementation files('../Live2DFramework/Core/android/Live2DCubismCore.aar')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user