mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-03 10:05:28 +01:00
Additional improvements
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
d6457bc997
commit
ea609c9a56
@ -156,7 +156,7 @@ dependencies {
|
|||||||
|
|
||||||
implementation 'com.github.wooplr:Spotlight:1.2.3'
|
implementation 'com.github.wooplr:Spotlight:1.2.3'
|
||||||
|
|
||||||
implementation 'com.github.mario:ChatKit:master-SNAPSHOT'
|
implementation 'com.github.mario:ChatKit:42d5685f16'
|
||||||
implementation 'com.otaliastudios:autocomplete:1.1.0'
|
implementation 'com.otaliastudios:autocomplete:1.1.0'
|
||||||
|
|
||||||
implementation 'com.github.Kennyc1012:BottomSheet:2.4.0'
|
implementation 'com.github.Kennyc1012:BottomSheet:2.4.0'
|
||||||
|
@ -2,12 +2,15 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
kotlinVersion = '1.2.31'
|
kotlinVersion = '1.2.41'
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
|
maven {
|
||||||
|
url 'https://jitpack.io'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.1.3'
|
classpath 'com.android.tools.build:gradle:3.1.3'
|
||||||
|
Loading…
Reference in New Issue
Block a user