feat: add calculator to app

This commit is contained in:
rebelonion 2024-05-22 05:08:43 -05:00
parent 0008da200a
commit 143eed8cb2
14 changed files with 776 additions and 5 deletions

View file

@ -148,7 +148,11 @@ class SubscriptionHelper {
val name: String,
val image: String?,
val banner: String? = null
) : java.io.Serializable
) : java.io.Serializable {
companion object {
private const val serialVersionUID = 1L
}
}
private const val SUBSCRIPTIONS = "subscriptions"