Merge pull request #83 from esensar/fix/back-button-accessibility

Update commons to fix toolbar accessibility
This commit is contained in:
Tibor Kaputa 2023-07-18 20:59:06 +02:00 committed by GitHub
commit 273846423e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:a9c3b63377'
implementation 'com.github.SimpleMobileTools:Simple-Commons:a26066d67d'
kapt "androidx.room:room-compiler:2.5.2"
implementation "androidx.room:room-runtime:2.5.2"