Changes name of product flavors

This commit is contained in:
tom79 2017-08-26 18:47:52 +02:00
parent 53269383b7
commit 6340b853f6
5 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@ android {
}
productFlavors {
free {
fdroid {
}
proprietary {
safetynet {
versionName "1.4.7-s"
}
}
@ -42,5 +42,5 @@ dependencies {
compile 'com.github.chrisbanes:PhotoView:2.0.0'
compile 'com.google.code.gson:gson:2.8.0'
compile 'org.jsoup:jsoup:1.10.3'
proprietaryCompile 'com.google.android.gms:play-services-safetynet:11.0.4'
safetynetCompile 'com.google.android.gms:play-services-safetynet:11.0.4'
}