Skip to content

Commit c97555e

Browse files
Bump androidx.navigation.safeargs.kotlin from 2.8.9 to 2.9.3 (#3071)
* Bump androidx.navigation.safeargs.kotlin from 2.8.9 to 2.9.3 Bumps androidx.navigation.safeargs.kotlin from 2.8.9 to 2.9.3. --- updated-dependencies: - dependency-name: androidx.navigation.safeargs.kotlin dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * wip --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Den <DenBond7@gmail.com>
1 parent 76e9849 commit c97555e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

FlowCrypt/src/main/java/com/flowcrypt/email/ui/activity/fragment/UserRecoverableAuthExceptionFragment.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
/*
22
* © 2016-present FlowCrypt a.s. Limitations apply. Contact human@flowcrypt.com
3-
* Contributors: DenBond7
3+
* Contributors: denbond7
44
*/
55

66
package com.flowcrypt.email.ui.activity.fragment
77

88
import android.accounts.Account
99
import android.accounts.AccountManager
10+
import android.annotation.SuppressLint
1011
import android.app.Activity
1112
import android.os.Bundle
1213
import android.view.LayoutInflater
@@ -142,6 +143,7 @@ class UserRecoverableAuthExceptionFragment :
142143
GeneralUtil.openCustomTab(requireContext(), Constants.FLOWCRYPT_TERMS_URL)
143144
}
144145
binding?.buttonSecurity?.setOnClickListener {
146+
@SuppressLint("CheckResult")
145147
NavGraphDirections.actionGlobalHtmlViewFromAssetsRawFragment(
146148
title = getString(R.string.security),
147149
resourceIdAsString = "html/security.htm"

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
plugins {
99
id("com.android.application") version "8.9.2" apply false
1010
id("org.jetbrains.kotlin.android") version "2.2.0" apply false
11-
id("androidx.navigation.safeargs.kotlin") version "2.8.9" apply false
11+
id("androidx.navigation.safeargs.kotlin") version "2.9.3" apply false
1212
id("com.starter.easylauncher") version "6.4.0" apply false
1313
id("org.jetbrains.kotlin.plugin.parcelize") version "2.2.0" apply false
1414
id("com.google.devtools.ksp") version "2.2.0-2.0.2" apply false

0 commit comments

Comments
 (0)