Skip to content

Instantly share code, notes, and snippets.

@worstkiller
Created August 23, 2020 10:15
Show Gist options
  • Save worstkiller/2d1bef109c9cd77a4efda65e8ebc68ee to your computer and use it in GitHub Desktop.
Save worstkiller/2d1bef109c9cd77a4efda65e8ebc68ee to your computer and use it in GitHub Desktop.
//app level config constants
object AppConfig {
const val compileSdk = 30
const val minSdk = 21
const val targetSdk = 30
const val versionCode = 1
const val versionName = "1.0.0"
const val buildToolsVersion = "29.0.3"
const val androidTestInstrumentation = "androidx.test.runner.AndroidJUnitRunner"
const val proguardConsumerRules = "consumer-rules.pro"
const val dimension = "environment"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment