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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-22 00:06:36 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2021-04-27 16:04:47 +0300
commit554bf72c407beff7ef71a262f8fb0ae41429b152 (patch)
treede4ea66c6ccda48172bd19110af379349bafa60a /app/build.gradle
parent42dab815af1c047295c19bda38c920ebe50fe05f (diff)
Bump lovelyinput from 1.0.9 to 1.1.6
Bumps lovelyinput from 1.0.9 to 1.1.6. Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 28bc439ad..9fb0b6152 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -209,7 +209,7 @@ dependencies {
implementation 'org.webrtc:google-webrtc:1.0.32006'
implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}"
implementation 'com.yarolegovich:lovely-dialog:1.1.0'
- implementation 'com.yarolegovich:lovelyinput:1.0.9'
+ implementation 'com.yarolegovich:lovelyinput:1.1.6'
implementation 'com.yarolegovich:mp:1.0.9'
implementation 'me.zhanghai.android.effortlesspermissions:library:1.1.0'
implementation 'org.apache.commons:commons-lang3:3.11'