Skip to content

Commit

Permalink
chores: Add IN_APP_UPDATE_TAG in fDroid StoreUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianDevel committed Jan 3, 2024
1 parent 2562d5d commit 60d2a49
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ import kotlinx.coroutines.withContext

object StoreUtils {

const val IN_APP_UPDATE_TAG = "inAppUpdateFDroid"

//region In-App Update
fun initAppUpdateManager(context: Context, onUpdateDownloaded: () -> Unit, onUpdateInstalled: () -> Unit) = Unit

Expand Down

0 comments on commit 60d2a49

Please sign in to comment.