Skip to content

Commit c211d0a

Browse files
committed
updating commons and room
1 parent d7b8c1b commit c211d0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ android {
7070
}
7171

7272
dependencies {
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
}

0 commit comments

Comments
 (0)