Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2021-04-28 11:14:36 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2021-04-28 11:14:36 +0300
commit9d8129e45461993849d9779d917cc62618848251 (patch)
tree5ed7a51026ecfda95ec870c9028b3de7bdb215fe /app/build.gradle
parent7f185a845d9cd4ffc6f58bcf4d1bba977279766a (diff)
remove kotlin-stdLib since it is added by default since kotlin 1.4.x
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b6c1e70ab..94e16c1a9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -229,7 +229,6 @@ dependencies {
implementation 'eu.davidea:flexible-adapter:5.1.0'
implementation 'eu.davidea:flexible-adapter-ui:1.0.0'
implementation 'org.webrtc:google-webrtc:1.0.32006'
- implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}"
implementation 'com.yarolegovich:lovely-dialog:1.1.1'
implementation 'com.yarolegovich:mp:1.1.6'
implementation 'me.zhanghai.android.effortlesspermissions:library:1.1.0'