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'