mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
Lowercase flavours
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
37430542de
commit
ffba6f617b
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user