trebleshot / android

An open-source app that allows you to transfer files one to one securely or using a browser, all without the internet
GNU General Public License v2.0
149 stars 42 forks source link

After changing targetSdk 29 app crashes in android 10. #146

Closed uttamsharma closed 4 years ago

uttamsharma commented 4 years ago

First of all it's a great application. Thanks for your efforts.

I Changed targetsdk to 29. After installing on device first time open will work finely.

Next after first app open. Every time app crashes before opening.

velitasali commented 4 years ago

Obviously, without migrating the code, changing the target SDK will only cause more problems.

After increasing the target SDK version, you should get rid of the deprecated code and make appropriate changes.

This issue is not valid at its current form, so I am closing it.

velitasali commented 4 years ago

Duplicate of #139