Adding app module

This commit is contained in:
2021-08-16 13:02:40 +02:00
parent 47a711a371
commit 15cb292af2
22 changed files with 351 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
plugins {
id("com.android.library")
id("kotlin-android")
}
android {
compileSdk = Apps.compileSdk
defaultConfig {
minSdk = Apps.minSdk
}
}