Skip to content

Commit

Permalink
Fix jitpack build with the example
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Nov 7, 2023
1 parent ea7b94b commit 474118b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.gradle.kotlin.dsl.extra

rootProject.name = "FirebaseAppCheck"
include(":example")
//include(":example")

pluginManagement {
plugins {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PublicKeyMock : PublicKey {

class FirebaseAppCheckTokenVerifierServiceMock : FirebaseAppCheckTokenVerifierService {
override suspend fun fetchFirebaseAppCheckPublicKey(
kid: String,
jwtString: String,
url: String,
config: FetchFirebaseAppCheckPublicKeyConfig
): PublicKey {
Expand Down

0 comments on commit 474118b

Please sign in to comment.