aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-01-24 16:55:33 -0800
committerAllan Wang <me@allanwang.ca>2021-01-24 16:55:33 -0800
commite0f289862bb76c36c01db9b092cafeb4cf8f6ebc (patch)
treee5ecea77a407aa86ad63a5713acdd2ee28b53d6d /app/build.gradle
parent2a0d6f895a7d48bd86ca4849c742dd0ca39ff8c5 (diff)
downloadfrost-e0f289862bb76c36c01db9b092cafeb4cf8f6ebc.tar.gz
frost-e0f289862bb76c36c01db9b092cafeb4cf8f6ebc.tar.bz2
frost-e0f289862bb76c36c01db9b092cafeb4cf8f6ebc.zip
Update db to include messenger cookie
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c6e1aef8..2a0f7768 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -314,7 +314,7 @@ dependencies {
implementation "androidx.room:room-ktx:${Versions.room}"
implementation "androidx.room:room-runtime:${Versions.room}"
kapt "androidx.room:room-compiler:${Versions.room}"
- testImplementation "androidx.room:room-testing:${Versions.room}"
+ androidTestImplementation "androidx.room:room-testing:${Versions.room}"
}