Skip to content

Commit f7b0a24

Browse files
committed
edited
1 parent 7156e9f commit f7b0a24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/src/main/java/com/cat/core/CoreModule.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ val networkModule = module {
3838
single {
3939
val hostname = "api.thecatapi.com"
4040
val certificatePinner = CertificatePinner.Builder()
41-
.add(hostname, "sha256/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=")
41+
.add(hostname, "xYDsKCA76DUjGm+qPp4v8xkDP/bB2etpHxXjdw9UZfU=")
42+
.add(hostname, "cXjPgKdVe6iojP8s0YQJ3rtmDFHTnYZxcYvmYGFiYME=")
43+
.add(hostname, "hxqRlPTu1bMS/0DITB1SSu0vd4u/8l8TjPgfaAp63Gc=")
4244
.build()
4345

4446
OkHttpClient.Builder()

0 commit comments

Comments
 (0)