Skip to content

Commit

Permalink
Changed CT log list from v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackie404 committed Feb 15, 2023
1 parent 15ea45c commit e34e85e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ internal object LogListDataSourceFactory {
val okHttpClient = OkHttpClient.Builder().addInterceptor(MaxSizeInterceptor()).cache(null).build()

val retrofit = Retrofit.Builder()
.baseUrl("https://www.gstatic.com/ct/log_list/v2/")
.baseUrl("https://www.gstatic.com/ct/log_list/v3/")
.addConverterFactory(ByteArrayConverterFactory())
.client(okHttpClient)
.build()
Expand Down

0 comments on commit e34e85e

Please sign in to comment.