Android Question How to select TLS 1.2 or higher (Required by Dropbox)

Turbo3

Active Member
Licensed User
Longtime User
I am getting the following message from Dropbox about my apps use of Dropbox. Saying my apps Dropbox function will stop working April 13 2022 if not fixed.
Action Required: The Dropbox API will no longer accept TLS 1.0 or 1.1
My app uses OkHttpUtil2 version 2.96.

What changes do I need to make for my app to use TLS 1.2 or 1.3?

Or is this controlled by the device my app is run on. So the problem is users running my app on older version of Android that don't support the higher levels of TLS?

I have the following in the Manifest file which allows very old version of Android to run my app,
Code:
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="30"/>
 

TILogistic

Expert
Licensed User
Longtime User
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
My app uses OkHttpUtil2 version 2.96.
Are you using Dropbox http or are you using the DropboxJava version? If you use the javaversion you just need to update to a new dropboxjava5.1.1.jar and replace the reference in the Library XML.
 
Upvote 0

netsistemas

Active Member
Licensed User
Longtime User
today, 16 mar 2022 my application are running (with NO change - All igual - no updates requered)
I use drobox library 0.44 internal. All are ok.

there are other post simil:

this action are not requery for me (at least today)
 
Upvote 0

netsistemas

Active Member
Licensed User
Longtime User
19 abrl 2021 no work. Solution in:
(jeje, 13 mar is not 13 abr... this was a error in my intrepretacion when read the mail)
 
Last edited:
Upvote 0
Top