1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-15 20:30:12 -06:00

remove version code declaration

This commit is contained in:
qurious-pixel 2023-06-07 13:27:51 -07:00 committed by GitHub
parent 9611a9e220
commit 45f80f2b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,6 @@ android {
minSdk = 30
targetSdk = 33
versionName = getGitVersion()
versionCode = 1
ndk {
@SuppressLint("ChromeOsAbiSupport")