Skip to content

Commit dcce40b

Browse files
authored
Use 1.0.2k openssl library - Play store rejects 1.0.2d
On Android we need a newer openssl library otherwise this nuget package is pretty much useless. Play store scans and somehow finds compiled 1.0.2d in binary and rejects the upload.
1 parent 980f14f commit dcce40b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Build_android/openssl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SHELL := /bin/bash
2-
OPENSSL_VER = openssl-1.0.2d
2+
OPENSSL_VER = openssl-1.0.2k
33

44
all: armeabi-v7a/lib/libssl.a x86/lib/libssl.a
55

0 commit comments

Comments
 (0)