add unity person

This commit is contained in:
gcw_4spBpAfv
2026-03-17 18:44:51 +08:00
parent 1cae048a7f
commit 06c7410e23
17 changed files with 757 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ android {
defaultConfig {
applicationId "com.digitalperson"
minSdk 21
minSdk 22
targetSdk 33
versionCode 1
versionName "1.0"
@@ -97,4 +97,7 @@ dependencies {
implementation 'androidx.room:room-runtime:2.5.2'
kapt 'androidx.room:room-compiler:2.5.2'
implementation 'androidx.room:room-ktx:2.5.2'
implementation project(':tuanjieLibrary')
implementation files('../tuanjieLibrary/libs/unity-classes.jar')
}