Skip to content

Commit 9080c15

Browse files
committed
remove keep annotation
1 parent b48073c commit 9080c15

File tree

1 file changed

+0
-3
lines changed
  • appcheck/firebase-appcheck/ktx/src/main/kotlin/com/google/firebase/appcheck/ktx

1 file changed

+0
-3
lines changed

appcheck/firebase-appcheck/ktx/src/main/kotlin/com/google/firebase/appcheck/ktx/FirebaseAppCheck.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
package com.google.firebase.appcheck.ktx
1616

17-
import androidx.annotation.Keep
1817
import com.google.firebase.BuildConfig
1918
import com.google.firebase.FirebaseApp
2019
import com.google.firebase.appcheck.AppCheckToken
@@ -47,8 +46,6 @@ operator fun AppCheckToken.component2() = expireTimeMillis
4746

4847
internal const val LIBRARY_NAME: String = "fire-app-check-ktx"
4948

50-
/** @suppress */
51-
@Keep
5249
class FirebaseAppCheckKtxRegistrar : ComponentRegistrar {
5350
override fun getComponents(): List<Component<*>> =
5451
listOf(LibraryVersionComponent.create(LIBRARY_NAME, BuildConfig.VERSION_NAME))

0 commit comments

Comments
 (0)