|
|
@ -75,7 +75,6 @@ dependencies {
|
|
|
|
annotationProcessor 'com.squareup.dagger:dagger-compiler:1.2.2'
|
|
|
|
annotationProcessor 'com.squareup.dagger:dagger-compiler:1.2.2'
|
|
|
|
kapt 'com.squareup.dagger:dagger-compiler:1.2.2'
|
|
|
|
kapt 'com.squareup.dagger:dagger-compiler:1.2.2'
|
|
|
|
implementation 'mobi.upod:time-duration-picker:1.1.3'
|
|
|
|
implementation 'mobi.upod:time-duration-picker:1.1.3'
|
|
|
|
implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
|
|
|
|
|
|
|
|
implementation 'com.google.zxing:core:3.2.1'
|
|
|
|
implementation 'com.google.zxing:core:3.2.1'
|
|
|
|
implementation ('com.davemorrissey.labs:subsampling-scale-image-view:3.6.0') {
|
|
|
|
implementation ('com.davemorrissey.labs:subsampling-scale-image-view:3.6.0') {
|
|
|
|
exclude group: 'com.android.support', module: 'support-annotations'
|
|
|
|
exclude group: 'com.android.support', module: 'support-annotations'
|
|
|
@ -106,8 +105,8 @@ dependencies {
|
|
|
|
implementation project(":libsession")
|
|
|
|
implementation project(":libsession")
|
|
|
|
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.1"
|
|
|
|
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.1"
|
|
|
|
implementation "org.whispersystems:curve25519-java:$curve25519Version"
|
|
|
|
implementation "org.whispersystems:curve25519-java:$curve25519Version"
|
|
|
|
implementation "com.goterl.lazycode:lazysodium-android:4.2.0@aar"
|
|
|
|
implementation 'com.goterl:lazysodium-android:5.0.2@aar'
|
|
|
|
implementation "net.java.dev.jna:jna:5.5.0@aar"
|
|
|
|
implementation "net.java.dev.jna:jna:5.8.0@aar"
|
|
|
|
implementation "com.google.protobuf:protobuf-java:$protobufVersion"
|
|
|
|
implementation "com.google.protobuf:protobuf-java:$protobufVersion"
|
|
|
|
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"
|
|
|
|
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"
|
|
|
|
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
|
|
|
|
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
|
|
|
|