From 23b619c5398312f370441acbcb57a7f0627b148d Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 3 Oct 2020 20:29:29 -0700 Subject: Add back room schema for travis --- app/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app/build.gradle') 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()] } } } -- cgit v1.2.3