We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbcc5da commit 69d4062Copy full SHA for 69d4062
1 file changed
android/build.gradle
@@ -104,7 +104,7 @@ dependencies {
104
* Avoid failing builds, at the cost of not getting the latest CT info
105
* TODO: Remove this when React Native 0.76 is EOL
106
*/
107
- def certificateTransparencyVersion = "2.5+"
+ def certificateTransparencyVersion = "2.8+"
108
if (getKotlinVersion().startsWith("1.")) {
109
certificateTransparencyVersion = "2.5.74"
110
}
0 commit comments