1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 23:23:27 +02:00
fdroidserver/tests/source-files/firebase-suspect/app/build.gradle
2017-12-15 00:37:52 +01:00

6 lines
108 B
Groovy

dependencies {
compile 'com.google.firebase:firebase-core:11.6.2'
testCompile 'junit:junit:4.12'
}