updating commons and gradle

This commit is contained in:
tibbi
2021-05-20 11:39:30 +02:00
parent 7c40d6533d
commit ee76989837
3 changed files with 6 additions and 6 deletions

View File

@ -56,11 +56,11 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:4205290a44'
implementation 'com.github.SimpleMobileTools:Simple-Commons:f07ca31126'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.documentfile:documentfile:1.0.1'
kapt 'androidx.room:room-compiler:2.2.6'
implementation 'androidx.room:room-runtime:2.2.6'
annotationProcessor 'androidx.room:room-compiler:2.2.6'
kapt 'androidx.room:room-compiler:2.3.0'
implementation 'androidx.room:room-runtime:2.3.0'
annotationProcessor 'androidx.room:room-compiler:2.3.0'
}