Котлин: проблема с appcompat и сервисом gsm play - PullRequest
0 голосов
/ 04 января 2019

почему у меня происходит сбой моего приложения, если у меня есть это:

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-media-compat:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.android.gms:play-services-maps:16.0.0'
implementation 'com.github.kittinunf.fuel:fuel:1.13.0'
implementation 'com.github.kittinunf.fuel:fuel-android:1.13.0'
implementation 'com.github.kittinunf.fuel:fuel-forge:1.13.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.google.android.gms:play-services:12.0.1'
}

Но если я уберу эту строку

реализация 'com.google.android.gms: play-services: 12.0.1'

У меня работает приложение (попытался добавить это, но не работает: реализация 'com.android.support:support-v13:28.0.0' ) * +1010 *

...