mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
updating commons
This commit is contained in:
@@ -64,14 +64,14 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.simplemobiletools:commons:5.32.7'
|
implementation 'com.simplemobiletools:commons:5.32.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.4'
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
||||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
||||||
implementation "androidx.print:print:1.0.0"
|
implementation "androidx.print:print:1.0.0"
|
||||||
|
|
||||||
kapt 'androidx.room:room-compiler:2.2.5'
|
kapt 'androidx.room:room-compiler:2.2.6'
|
||||||
implementation 'androidx.room:room-runtime:2.2.5'
|
implementation 'androidx.room:room-runtime:2.2.6'
|
||||||
annotationProcessor 'androidx.room:room-compiler:2.2.5'
|
annotationProcessor 'androidx.room:room-compiler:2.2.6'
|
||||||
}
|
}
|
||||||
|
@@ -501,7 +501,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||||||
if (it) {
|
if (it) {
|
||||||
SetRemindersDialog(this) {
|
SetRemindersDialog(this) {
|
||||||
val reminders = it
|
val reminders = it
|
||||||
val privateCursor = getMyContactsCursor().loadInBackground()
|
val privateCursor = getMyContactsCursor()?.loadInBackground()
|
||||||
|
|
||||||
ensureBackgroundThread {
|
ensureBackgroundThread {
|
||||||
val privateContacts = MyContactsContentProvider.getSimpleContacts(this, privateCursor)
|
val privateContacts = MyContactsContentProvider.getSimpleContacts(this, privateCursor)
|
||||||
@@ -530,7 +530,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||||||
if (it) {
|
if (it) {
|
||||||
SetRemindersDialog(this) {
|
SetRemindersDialog(this) {
|
||||||
val reminders = it
|
val reminders = it
|
||||||
val privateCursor = getMyContactsCursor().loadInBackground()
|
val privateCursor = getMyContactsCursor()?.loadInBackground()
|
||||||
|
|
||||||
ensureBackgroundThread {
|
ensureBackgroundThread {
|
||||||
val privateContacts = MyContactsContentProvider.getSimpleContacts(this, privateCursor)
|
val privateContacts = MyContactsContentProvider.getSimpleContacts(this, privateCursor)
|
||||||
|
Reference in New Issue
Block a user