Skip to content

Commit

Permalink
bump conscrypt libs to versions 16kb compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorvs committed Dec 21, 2024
1 parent fee0286 commit ec8ef90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions network-protection/network-protection-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ dependencies {
implementation "com.squareup.okhttp3:okhttp-tls:_"

// see https://github.com/google/conscrypt/issues/649#issuecomment-808482460
compileOnly 'org.conscrypt:conscrypt-openjdk-uber:2.5.0'
runtimeOnly 'org.conscrypt:conscrypt-android:2.5.0'
testImplementation 'org.conscrypt:conscrypt-openjdk-uber:2.5.0'
compileOnly 'org.conscrypt:conscrypt-openjdk-uber:2.5.2'
runtimeOnly 'org.conscrypt:conscrypt-android:2.5.3'
testImplementation 'org.conscrypt:conscrypt-openjdk-uber:2.5.2'

// Shimmer
implementation "com.facebook.shimmer:shimmer:_"
Expand Down

0 comments on commit ec8ef90

Please sign in to comment.