android-user-agent
android-user-agent copied to clipboard
Check version status with Long
As of API 28, PackageInfo.versionCode is deprecated and replaced with longVersionCode which is a long. We should update UserAgent.getVersionCode() to use PackageInfoCompat.getLongVersionCode() and return long instead of int
See more info about versionCode here