erickok / transdroid

Manage your torrents from your Android device
GNU General Public License v3.0
1.28k stars 201 forks source link

Update minSdkVersion to 28 #648

Closed bwitt closed 3 months ago

bwitt commented 1 year ago

Fixes https://github.com/erickok/transdroid/issues/647

peerless2012 commented 3 months ago

The version code length is 3, I think it is better to use versionCode() to replace getLongVersionCode().

Change the minSdk is not a good choice.

erickok commented 3 months ago

Yes I agree we can just use the deprecated versionCode.

Weirdly we already use this method for 4 years now... 🙈 So you might wonder how many people are on pre-28 api (Android 9)...