Initial push

This commit is contained in:
denizk0461
2023-04-08 11:41:02 +02:00
commit 73ea48626d
58 changed files with 1212 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.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
}