Skip to content
Snippets Groups Projects
Commit ea6c888f authored by thermatk's avatar thermatk
Browse files

add foss and playstore flavors

parent 919c8914
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,17 @@ android {
}
}
productFlavors {
// includes proprietary libs
playstore {
}
// only foss
foss {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
......@@ -50,6 +61,6 @@ android {
}
}
dependencies {
compile files('libs/anrwatchdog-1.3.0.jar')
compile 'com.google.firebase:firebase-database:9.0.0'
playstoreCompile files('libs/anrwatchdog-1.3.0.jar')
playstoreCompile 'com.google.firebase:firebase-database:9.0.0'
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment