We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f97b4f commit f4574a3Copy full SHA for f4574a3
prefab/curl-ssl/app/build.gradle
@@ -65,7 +65,7 @@ dependencies {
65
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
66
implementation 'com.android.support:appcompat-v7:30.0.0'
67
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
68
- implementation "com.android.ndk.thirdparty:curl:7.69.1-alpha-1"
69
- implementation "com.android.ndk.thirdparty:jsoncpp:1.8.4-alpha-1"
70
- implementation "com.android.ndk.thirdparty:openssl:1.1.1g-alpha-1"
+ implementation "com.android.ndk.thirdparty:curl:7.79.1-beta-1"
+ implementation "com.android.ndk.thirdparty:jsoncpp:1.9.5-beta-1"
+ implementation "com.android.ndk.thirdparty:openssl:1.1.1l-beta-1"
71
}
0 commit comments