From 6bfcaed0622099ec985a846ba0d227c2d1f25080 Mon Sep 17 00:00:00 2001 From: bonaventurajason Date: Tue, 3 Jan 2023 00:30:08 +0700 Subject: [PATCH] Update paperdb to 2.7.2 --- .idea/misc.xml | 2 +- printooth/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index f22195a..d9fa0d4 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -29,7 +29,7 @@ - + diff --git a/printooth/build.gradle b/printooth/build.gradle index bebecb6..421469a 100644 --- a/printooth/build.gradle +++ b/printooth/build.gradle @@ -50,7 +50,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'io.github.pilgr:paperdb:2.7.1' + implementation 'io.github.pilgr:paperdb:2.7.2' //Runtime permissions implementation 'com.afollestad.assent:core:3.0.0-RC4' implementation 'com.android.support:design:31.0.0'