add unity person
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user