transdroid icon indicating copy to clipboard operation
transdroid copied to clipboard

`getLongVersionCode` requires API 28 but current min is 15

Open bwitt opened this issue 3 years ago • 0 comments

Looks like getLongVersionCode (used in the app update checker) requires API 28 https://developer.android.com/reference/android/content/pm/PackageInfo#getLongVersionCode()

but the current min API is 15 https://github.com/erickok/transdroid/blob/b3532a4b7fa15989b72e6912ec3611b3472516ab/app/build.gradle#L7

Introduced in https://github.com/erickok/transdroid/pull/559

bwitt avatar Jan 03 '23 00:01 bwitt