updating kotlin, commons, gradle

This commit is contained in:
tibbi
2022-05-23 20:50:08 +02:00
parent 236ae3a233
commit 7e56382c96
2 changed files with 7 additions and 7 deletions

View File

@ -63,11 +63,11 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:41dc9c6bfe'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'com.github.SimpleMobileTools:Simple-Commons:795a4ae3e3'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.documentfile:documentfile:1.0.1'
kapt 'androidx.room:room-compiler:2.3.0'
implementation 'androidx.room:room-runtime:2.3.0'
annotationProcessor 'androidx.room:room-compiler:2.3.0'
kapt 'androidx.room:room-compiler:2.4.2'
implementation 'androidx.room:room-runtime:2.4.2'
annotationProcessor 'androidx.room:room-compiler:2.4.2'
}