mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
Update Kotlin
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
1f0891537c
commit
4a535382a2
@ -117,7 +117,7 @@ public class NextcloudTalkApplication extends MultiDexApplication implements Pro
|
||||
FirebaseAnalytics.getInstance(this).setAnalyticsCollectionEnabled(false);
|
||||
|
||||
sharedApplication = this;
|
||||
|
||||
|
||||
initializeWebRtc();
|
||||
DisplayUtils.useCompatVectorIfNeeded();
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
buildscript {
|
||||
|
||||
ext {
|
||||
kotlinVersion = '1.1.51'
|
||||
kotlinVersion = '1.2.21'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
Loading…
Reference in New Issue
Block a user