This commit is contained in:
SL 2023-05-26 11:41:53 +08:00
parent 71a99fc980
commit 87fabe7e32
2 changed files with 2 additions and 1 deletions

View File

@ -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"
} }

View File

@ -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'