Hello When i publish my apk is rejected with a problem with openssl version .they say me this;
OpenSSL
The vulnerabilities were addressed in OpenSSL 1.0.2f/1.0.1r. To confirm your OpenSSL version, you can do a grep search for:
$ unzip -p YourApp.apk | strings | grep “OpenSSL”
You can find more information and next steps in this Google Help Center article.
but i dont know how go on???
actually unity built the apks with openssl 1.0.1.o and need updapgrade.
Please help.