mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
update commons and room
This commit is contained in:
@ -64,12 +64,12 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.simplemobiletools:commons:5.23.7'
|
implementation 'com.simplemobiletools:commons:5.23.8'
|
||||||
implementation 'joda-time:joda-time:2.10.1'
|
implementation 'joda-time:joda-time:2.10.1'
|
||||||
implementation 'androidx.multidex:multidex:2.0.1'
|
implementation 'androidx.multidex:multidex:2.0.1'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
|
||||||
|
|
||||||
kapt 'androidx.room:room-compiler:2.2.2'
|
kapt 'androidx.room:room-compiler:2.2.4'
|
||||||
implementation 'androidx.room:room-runtime:2.2.2'
|
implementation 'androidx.room:room-runtime:2.2.4'
|
||||||
annotationProcessor 'androidx.room:room-compiler:2.2.2'
|
annotationProcessor 'androidx.room:room-compiler:2.2.4'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user