Fix warning in Versions.kt: const and naming convention.
This commit is contained in:
parent
920c50cc3d
commit
4f60ee2eb2
4 changed files with 11 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue