Review changes

This commit is contained in:
Andreas 2022-08-28 12:33:42 +02:00
parent b85a516f2b
commit bd207edb2f
No known key found for this signature in database
GPG Key ID: D7D48B26482380B8

View File

@ -23,7 +23,8 @@ data class GithubRelease(
val apkVariant = when (Build.SUPPORTED_ABIS[0]) {
"arm64-v8a" -> "-arm64-v8a"
"armeabi-v7a" -> "-armeabi-v7a"
"x86", "x86_64" -> "-x86"
"x86" -> "-x86"
"x86_64" -> "-x86-64"
else -> ""
}