Lowercase flavours

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2018-03-03 23:07:06 +01:00
parent 37430542de
commit ffba6f617b

View File

@ -1,7 +1,7 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
if (getGradle().getStartParameter().getTaskRequests().toString().contains("GPlay")){ if (getGradle().getStartParameter().getTaskRequests().toString().contains("Gplay")){
apply from: 'gplay.gradle' apply from: 'gplay.gradle'
} }
@ -22,8 +22,8 @@ android {
productFlavors { productFlavors {
// used for f-droid // used for f-droid
Generic generic
GPlay gplay
} }
// Enabling multidex support. // Enabling multidex support.
multiDexEnabled true multiDexEnabled true
@ -57,7 +57,7 @@ android {
} }
ext { ext {
supportLibraryVersion = '27.0.2' supportLibraryVersion = '27.1.0'
} }
@ -74,7 +74,7 @@ dependencies {
implementation "com.android.support:appcompat-v7:${supportLibraryVersion}" implementation "com.android.support:appcompat-v7:${supportLibraryVersion}"
implementation "com.android.support:design:${supportLibraryVersion}" implementation "com.android.support:design:${supportLibraryVersion}"
implementation 'com.android.support:multidex:1.0.2' implementation 'com.android.support:multidex:1.0.3'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1' implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
implementation "io.reactivex.rxjava2:rxjava:2.1.4" implementation "io.reactivex.rxjava2:rxjava:2.1.4"