Browse Source

remove version code declaration

pull/15/merge
qurious-pixel 3 years ago
committed by GitHub
parent
commit
45f80f2b06
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/android/app/build.gradle.kts

1
src/android/app/build.gradle.kts

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

Loading…
Cancel
Save