При сборке приложения я получаю следующую ошибку
Код: Выделить всё
Could not find com.jaeger.statusbarutil:library:1.5.1.
Required by:
project :app
Search in build.gradle files
Код: Выделить всё
implementation 'com.jaeger.statusbarutil:library:1.5.1'Код: Выделить всё
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
Подробнее здесь: https://stackoverflow.com/questions/790 ... illibrary1
Мобильная версия