Prettified devices

This commit is contained in:
Nikonell
2023-06-24 22:10:50 +07:00
parent 5609190f72
commit fc5d6e91d4
13 changed files with 73 additions and 38 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.1' apply false
id 'com.android.library' version '8.0.1' apply false
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
}