File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ android {
7070}
7171
7272dependencies {
73- implementation ' com.github.SimpleMobileTools:Simple-Commons:42733f39a4 '
73+ implementation ' com.github.SimpleMobileTools:Simple-Commons:ae8713396b '
7474 implementation ' org.greenrobot:eventbus:3.3.1'
7575 implementation ' androidx.media:media:1.6.0'
7676 implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
@@ -84,7 +84,7 @@ dependencies {
8484 // higher versions of jaudiotagger not compatible with <= API 25 devices
8585 // https://bitbucket.org/ijabz/jaudiotagger/issues/149/some-nio-classes-are-unavailable-while
8686 implementation " net.jthink:jaudiotagger:2.2.5"
87- kapt " androidx.room:room-compiler:2.5.1 "
88- implementation " androidx.room:room-runtime:2.5.1 "
89- annotationProcessor " androidx.room:room-compiler:2.5.1 "
87+ kapt " androidx.room:room-compiler:2.5.2 "
88+ implementation " androidx.room:room-runtime:2.5.2 "
89+ annotationProcessor " androidx.room:room-compiler:2.5.2 "
9090}
You can’t perform that action at this time.
0 commit comments