Skip to content

Commit 69d4062

Browse files
authored
fix: update certificate transparency for android to the latest (#30)
This PR update the certificate transparency version to get the latest update for google, until 2027.
1 parent dbcc5da commit 69d4062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dependencies {
104104
* Avoid failing builds, at the cost of not getting the latest CT info
105105
* TODO: Remove this when React Native 0.76 is EOL
106106
*/
107-
def certificateTransparencyVersion = "2.5+"
107+
def certificateTransparencyVersion = "2.8+"
108108
if (getKotlinVersion().startsWith("1.")) {
109109
certificateTransparencyVersion = "2.5.74"
110110
}

0 commit comments

Comments
 (0)