Archived
1
0
This commit is contained in:
Sweet Bread
2022-11-18 00:15:16 +03:00
commit dc7b7d6d12
43 changed files with 1172 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
}