Skip to content

Commit a3d3062

Browse files
authored
Changed Google CT log list to v3
1 parent 15ea45c commit a3d3062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

certificatetransparency/src/main/kotlin/com/babylon/certificatetransparency/internal/loglist/LogListDataSourceFactory.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ internal object LogListDataSourceFactory {
3232
val okHttpClient = OkHttpClient.Builder().addInterceptor(MaxSizeInterceptor()).cache(null).build()
3333

3434
val retrofit = Retrofit.Builder()
35-
.baseUrl("https://www.gstatic.com/ct/log_list/v2/")
35+
.baseUrl("https://www.gstatic.com/ct/log_list/v3/")
3636
.addConverterFactory(ByteArrayConverterFactory())
3737
.client(okHttpClient)
3838
.build()

0 commit comments

Comments
 (0)