Буду очень признателен за любую помощь. Не удалось решить эту проблему. Невозможно обновить, как говорится, не удается обновить версию подключаемого модуля Gradle. Найти его довольно сложно и не знаю, как решить эту проблему.
.ah
[! [Build Gradle // Проект выглядит так ->
buildscript {
repositories {
google()
jcenter()
}
**dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
}**
}
and the build gradle module is like this-->:
android {
compileSdkVersion 28
defaultConfig {
applicationId "com.serv24.eframe"
minSdkVersion 15
targetSdkVersion 26
versionCode timeCounter
versionName "${version}"
}
dependencies {
implementation 'com.google.android.gms:play-services-appindexing:9.8.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0.0'
implementation fileTree(include:['*.jar'],dir:'libs')
}
apply plugin: 'announce'