Adding App Dependencies and we are ready to go

This commit is contained in:
2021-08-16 12:53:31 +02:00
parent d594cb90bc
commit 47a711a371
11 changed files with 392 additions and 85 deletions
+11
View File
@@ -0,0 +1,11 @@
object Apps {
const val compileSdk = 30
const val buildToolsVersion = "30.0.3"
const val applicationId = "com.ericampire.android.androidstudycase"
const val minSdk = 21
const val targetSdk = 30
const val versionCode = 1
const val versionName = "1.0"
const val jvmTarget = "1.8"
}