updating commons

This commit is contained in:
tibbi 2022-08-29 15:55:20 +02:00
parent c624938fa8
commit 6568423c6f

View file

@ -70,7 +70,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:f6ddbdf19b'
implementation 'com.github.SimpleMobileTools:Simple-Commons:efd0ab59e5'
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'androidx.media:media:1.6.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
@ -86,5 +86,5 @@ dependencies {
implementation "net.jthink:jaudiotagger:2.2.5"
kapt "androidx.room:room-compiler:2.4.3"
implementation "androidx.room:room-runtime:2.4.3"
annotationProcessor "androidx.room:room-compiler:2.4.2"
annotationProcessor "androidx.room:room-compiler:2.4.3"
}