File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
core/notification/src/main/java/team/aliens/dms/android/core/notification Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ object ProjectProperties {
22 const val COMPILE_SDK = 34
33 const val MIN_SDK = 23
44 const val TARGET_SDK = 34
5- const val VERSION_CODE = 24
6- const val VERSION_NAME = " 1.5.0 "
5+ const val VERSION_CODE = 25
6+ const val VERSION_NAME = " 1.5.1 "
77}
Original file line number Diff line number Diff line change 11package team.aliens.dms.android.core.notification
22
33import com.google.firebase.messaging.FirebaseMessaging
4- import kotlinx.coroutines.CoroutineScope
54import kotlinx.coroutines.Dispatchers
6- import kotlinx.coroutines.launch
75import kotlinx.coroutines.tasks.await
86import kotlinx.coroutines.withContext
97import team.aliens.dms.android.data.notification.repository.NotificationRepository
You can’t perform that action at this time.
0 commit comments