mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Add a simple test for scanner
This commit is contained in:
parent
62d1c672f3
commit
5dee23f7a6
5 changed files with 68 additions and 0 deletions
5
tests/source-files/firebase-suspect/app/build.gradle
Normal file
5
tests/source-files/firebase-suspect/app/build.gradle
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
dependencies {
|
||||
compile 'com.google.firebase:firebase-core:11.6.2'
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
11
tests/source-files/firebase-suspect/build.gradle
Normal file
11
tests/source-files/firebase-suspect/build.gradle
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
buildscript {
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.3.3'
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
maven { url "https://maven.google.com" }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue