Skip to content

Commit 8764228

Browse files
authored
Release v1.5.1
Release v1.5.1
2 parents cb9f023 + 8620564 commit 8764228

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

buildSrc/src/main/kotlin/ProjectProperties.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

core/notification/src/main/java/team/aliens/dms/android/core/notification/DeviceTokenManager.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
package team.aliens.dms.android.core.notification
22

33
import com.google.firebase.messaging.FirebaseMessaging
4-
import kotlinx.coroutines.CoroutineScope
54
import kotlinx.coroutines.Dispatchers
6-
import kotlinx.coroutines.launch
75
import kotlinx.coroutines.tasks.await
86
import kotlinx.coroutines.withContext
97
import team.aliens.dms.android.data.notification.repository.NotificationRepository

0 commit comments

Comments
 (0)