transdroid
transdroid copied to clipboard
`getLongVersionCode` requires API 28 but current min is 15
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