aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c8d46967..daf98d19 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -48,12 +48,12 @@ android {
if (versionName != androidGitVersion.name()) {
throw new GradleException("Version name mismatch, expected ${androidGitVersion.name()}, got $versionName")
}
- multiDexEnabled true
- testInstrumentationRunner "com.pitchedapps.frost.FrostTestRunner"
- javaCompileOptions {
- annotationProcessorOptions {
- arguments = ["room.schemaLocation": "$projectDir/src/schemas".toString()]
- }
+ }
+ multiDexEnabled true
+ testInstrumentationRunner "com.pitchedapps.frost.FrostTestRunner"
+ javaCompileOptions {
+ annotationProcessorOptions {
+ arguments = ["room.schemaLocation": "$projectDir/src/schemas".toString()]
}
}
}