Я получаю сообщение об ошибке. Все библиотеки com.android.support должны использовать точную спецификацию версии.
Здесь я получаю сообщение об ошибке "реализация" com.android.support:appcompat-v7: 28.0.0 '"
У меня было com.android.support:exifinterface-v7:27.0.0
Я не знаю, почему у него нет версии 28. Пожалуйста, помогите мне T_T
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-v4: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.firebase:firebase-core:16.0.7'
implementation 'com.google.firebase:firebase-database:16.0.6'
implementation 'info.hoang8f:fbutton:1.0.5'
implementation 'com.rengwuxian.materialedittext:library:2.1.4'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.firebaseui:firebase-ui-database:1.2.0'
implementation 'com.android.support:support-annotations:28.0.0'
}