From e45462588f117f444795c6672f986e8ae8daf69c Mon Sep 17 00:00:00 2001 From: Ryan ZHAO Date: Fri, 8 Jan 2021 11:12:39 +1100 Subject: [PATCH] update gradle --- libsession/build.gradle | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libsession/build.gradle b/libsession/build.gradle index 0ae0a9ca03..26f01f563b 100644 --- a/libsession/build.gradle +++ b/libsession/build.gradle @@ -1,6 +1,7 @@ plugins { id 'com.android.library' id 'kotlin-android' + id "org.jetbrains.kotlin.kapt" } android { @@ -36,6 +37,7 @@ dependencies { // Local: implementation project(":libsignal") // Remote: + implementation 'org.greenrobot:eventbus:3.0.0' implementation "com.goterl.lazycode:lazysodium-android:4.2.0@aar" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion" implementation 'androidx.core:core-ktx:1.3.2' @@ -45,6 +47,12 @@ dependencies { testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + implementation 'com.github.bumptech.glide:glide:4.11.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0' + kapt 'com.github.bumptech.glide:compiler:4.11.0' + implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1' + implementation 'com.annimon:stream:1.1.8' + implementation 'com.makeramen:roundedimageview:2.1.0' // from libsignal: implementation "com.google.protobuf:protobuf-java:$protobufVersion"