mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-12 10:10:30 +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
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