Skip to content

Instantly share code, notes, and snippets.

@sasssass
Created February 20, 2021 23:25
Show Gist options
  • Save sasssass/78b676e78fd29ea7bfa3bfcb34007d8f to your computer and use it in GitHub Desktop.
Save sasssass/78b676e78fd29ea7bfa3bfcb34007d8f to your computer and use it in GitHub Desktop.
Application.kt
object Application {
val compileSdkVersion = 30
val buildToolsVersion = "30.0.3"
val applicationId = "ir.ali.cleanarchapp"
val minSdkVersion = 21
val targetSdkVersion = 30
val versionCode = 1
val versionName = "1.0"
val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
val java = "1.8"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment