mirror of
https://github.com/WuKongIM/WuKongIMAndroidSDK
synced 2025-06-06 09:08:33 +00:00
init
This commit is contained in:
parent
71a99fc980
commit
87fabe7e32
@ -12,7 +12,7 @@ android {
|
|||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -50,6 +50,7 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api files('libs/xSocket-2.8.15.jar')
|
api files('libs/xSocket-2.8.15.jar')
|
||||||
|
implementation 'com.android.support:multidex:1.0.3'
|
||||||
implementation "net.zetetic:android-database-sqlcipher:4.5.3"
|
implementation "net.zetetic:android-database-sqlcipher:4.5.3"
|
||||||
implementation "androidx.sqlite:sqlite:2.3.1"
|
implementation "androidx.sqlite:sqlite:2.3.1"
|
||||||
implementation 'org.whispersystems:curve25519-android:0.5.0'
|
implementation 'org.whispersystems:curve25519-android:0.5.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user