litle fix for more correctly permision processing

This commit is contained in:
2023-09-12 21:11:38 +07:00
parent b60791af2c
commit c50c2689a5
10 changed files with 112 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'com.android.application' version '8.1.0' apply false
id 'com.android.library' version '8.1.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
}