Skip to content

Instantly share code, notes, and snippets.

@Tonnie-Dev
Created March 14, 2023 16:27
Show Gist options
  • Save Tonnie-Dev/34b1894b00c503a5eb4c93a6be72c019 to your computer and use it in GitHub Desktop.
Save Tonnie-Dev/34b1894b00c503a5eb4c93a6be72c019 to your computer and use it in GitHub Desktop.
test
defaultConfig {
applicationId = "com.uxstate.instantscore"
minSdk = 21
targetSdk = 33
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary = true
}
javaCompileOptions {
annotationProcessorOptions {
arguments["room.schemaLocation"] =
"$projectDir/schemas"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment