Я обновил мою библиотеку материалов с com.google. android .material: материал: 1.0.0 до com.google. android .material: материал: 1.1.0
Я получаю следующую ошибку после обновления. Единственное решение, которое я нашел, - вернуть его к более старой версии.
Кроме того, я пытался обновить каждую зависимость до последней версии, но это тоже не сработало.
/ home / name / .gradle / caches / transforms-2 / files -2.1 / 03d95e2ec81bf572bcb58974acba7470 / material-1.1.0-alpha06 / res / values / values. xml: 718: 5-725: 23: AAPT: ошибка: повторяющееся значение для ресурса 'attr / checkedButton' с config ''.
добавление моих зависимостей для справки:
// Support libraries
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.1.0'
//Retrofit and ok http
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
implementation 'com.squareup.okhttp3:logging-interceptor:3.9.1'
//Multidex
implementation 'androidx.multidex:multidex:2.0.1'
// Flex
implementation 'com.hopenlib.library:cflextools:1.0.0'
implementation 'com.google.android:flexbox:1.0.0'
// Testing
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'