aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-10-03 20:47:36 -0700
committerGitHub <noreply@github.com>2020-10-03 20:47:36 -0700
commit019067430fce1fdd6cc4ff0a4e63937927de2c17 (patch)
tree7e829176cb262d21e286449cb0df4c7145a23f90 /app/build.gradle
parent96812d2b83b81c0f9c48c7812d2600788a21eeec (diff)
parent23b619c5398312f370441acbcb57a7f0627b148d (diff)
downloadfrost-019067430fce1fdd6cc4ff0a4e63937927de2c17.tar.gz
frost-019067430fce1fdd6cc4ff0a4e63937927de2c17.tar.bz2
frost-019067430fce1fdd6cc4ff0a4e63937927de2c17.zip
Merge pull request #1716 from AllanWang/feed-options
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()]
}
}
}