Merge pull request #83 from esensar/fix/back-button-accessibility
Update commons to fix toolbar accessibility
This commit is contained in:
commit
273846423e
|
@ -63,7 +63,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:a9c3b63377'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:a26066d67d'
|
||||||
|
|
||||||
kapt "androidx.room:room-compiler:2.5.2"
|
kapt "androidx.room:room-compiler:2.5.2"
|
||||||
implementation "androidx.room:room-runtime:2.5.2"
|
implementation "androidx.room:room-runtime:2.5.2"
|
||||||
|
|
Loading…
Reference in New Issue