From ba040332b07a042e79a689a0eda893849df743dc Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Tue, 3 Oct 2023 12:22:43 +0200 Subject: [PATCH] Update to QuickPermissions 1.1.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8dbe491..decdc20 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -74,7 +74,7 @@ dependencies { implementation 'androidx.vectordrawable:vectordrawable:1.1.0' implementation 'androidx.preference:preference-ktx:1.2.0' - implementation 'com.github.cyb3rko:QuickPermissions-Kotlin:1.1.1' + implementation 'com.github.cyb3rko:QuickPermissions-Kotlin:1.1.2' implementation 'com.hypertrack:hyperlog:0.0.10' implementation 'com.squareup.picasso:picasso:2.71828' implementation 'io.noties.markwon:core:4.6.2'