1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 18:50:11 +02:00
fdroidserver/tests/source-files/firebase-suspect/app/build.gradle

6 lines
108 B
Groovy
Raw Normal View History

2017-12-15 00:29:38 +01:00
dependencies {
compile 'com.google.firebase:firebase-core:11.6.2'
testCompile 'junit:junit:4.12'
}