Merge pull request #3776 from element-hq/feature/bma/targetApi35

Target api 35
This commit is contained in:
Benoit Marty 2024-11-05 09:39:50 +01:00 committed by GitHub
commit 4e9f429491
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 14 additions and 12 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 {