updating commons and android material

This commit is contained in:
tibbi 2021-02-26 15:09:39 +01:00
parent add46d9336
commit 81fadb3639
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
continuation_indent_size = 8
continuation_indent_size = 4
[*.xml]
continuation_indent_size = 4

View file

@ -58,12 +58,12 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.33.17'
implementation 'com.simplemobiletools:commons:5.33.36'
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'androidx.media:media:1.2.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.google.android.material:material:1.3.0'
kapt "androidx.room:room-compiler:2.2.6"
implementation "androidx.room:room-runtime:2.2.6"