Skip to content

Commit f33522e

Browse files
authored
fix: Upgrade bouncycastle dependency to 1.78.1 (#205)
1 parent 4183512 commit f33522e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ dependencies {
1717
//noinspection GradleDynamicVersion
1818
implementation 'com.facebook.react:react-native:+' // From node_modules
1919
// Bouncy Castle dependencies
20-
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
21-
implementation 'org.bouncycastle:bcpkix-jdk15on:1.70'
22-
}
20+
implementation 'org.bouncycastle:bcprov-jdk15to18:1.78.1'
21+
implementation 'org.bouncycastle:bcpkix-jdk15to18:1.78.1'
22+
}

0 commit comments

Comments
 (0)