updating commons
This commit is contained in:
parent
c624938fa8
commit
6568423c6f
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue