Updated on 2026-08-14
This commit is contained in:
parent
c2e8cb82a7
commit
c428dc5bf5
9 changed files with 148 additions and 0 deletions
9
features/push-notification-settings/api/build.gradle.kts
Normal file
9
features/push-notification-settings/api/build.gradle.kts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
plugins {
|
||||
alias(deps.plugins.android.library)
|
||||
alias(deps.plugins.kotlin.android)
|
||||
id("configuration")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.tangem.features.pushnotificationsettings.api"
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
package com.tangem.features.pushnotificationsettings
|
||||
|
||||
interface PushNotificationSettingsFeatureToggles {
|
||||
val isPushNotificationSettingsEnabled: Boolean
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue