Fix warning in Versions.kt: const and naming convention.

This commit is contained in:
Benoit Marty 2024-10-31 09:21:43 +01:00 committed by Benoit Marty
parent 920c50cc3d
commit 4f60ee2eb2
4 changed files with 11 additions and 11 deletions

View file

@ -48,9 +48,9 @@ android {
} else {
"io.element.android.x"
}
targetSdk = Versions.targetSdk
versionCode = Versions.versionCode
versionName = Versions.versionName
targetSdk = Versions.TARGET_SDK
versionCode = Versions.VERSION_CODE
versionName = Versions.VERSION_NAME
// Keep abiFilter for the universalApk
ndk {