uploaded source code

This commit is contained in:
shiva yadav
2023-04-24 01:13:24 -07:00
parent aaa8f20b74
commit 1c04480a2d
58 changed files with 3074 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
buildscript {
ext {
compose_version = '1.2.0'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.2.1' apply false
id 'com.android.library' version '7.2.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}