function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
salesforceitsalesforceit 

upgrading to tls 1.1 with salesforce sdk 2.0.0

I have an android hybrid app that has not updated since salesforce sdk 2.1.1.  It uses forcetk.mobilesdk, and cordova.force and cordova-2.3.0 

The issue is we still need to be able to use the app but soon with the tls 1.0 change it will be rendered obsolete.  I need to update it to a newer version and with a TLS 1.1 connection.  My Hardware is api 19 kitkat so tls 1.1 should be available.  

I went in search of some sdks to upgrade with, but they are all missing one portion or another, for instance one was missing the salesforcesdk.inithybrid call.  What I need are links to the right libraries so I can update the app.