updating commons, kotlin, gradle

This commit is contained in:
tibbi
2022-06-06 19:40:34 +02:00
parent c6f0fd0190
commit c304ff1d62
2 changed files with 6 additions and 6 deletions

View File

@@ -63,12 +63,12 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:2752395357'
implementation 'com.github.SimpleMobileTools:Simple-Commons:faa6a972c2'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
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"
}