I'm confused. I've receintly created Google Play app but some hours later I've recieved mesage in console that I'm using wrong OpenSSL version:
$ unzip -p YourApp.apk | strings | grep "OpenSSL"
gives
OpenSSL 1.0.1e 11 Feb 2013.
But Google Play supports only 1.0.1h and latest. I'm really do not understand how can I update OpenSSL version? SDK? NDK? Eclipse? etc... I've already downloaded the newest version. How can I fix it?