Skip to content

Commit f4574a3

Browse files
authored
Use latest packages from ndkports. (#826)
1 parent 8f97b4f commit f4574a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prefab/curl-ssl/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
6666
implementation 'com.android.support:appcompat-v7:30.0.0'
6767
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"
68+
implementation "com.android.ndk.thirdparty:curl:7.79.1-beta-1"
69+
implementation "com.android.ndk.thirdparty:jsoncpp:1.9.5-beta-1"
70+
implementation "com.android.ndk.thirdparty:openssl:1.1.1l-beta-1"
7171
}

0 commit comments

Comments
 (0)