[#1512] Bump targetSdk to version 34

- Closes #1512
- Chnagelog update
This commit is contained in:
Honza Rychnovský 2024-07-22 17:18:06 +02:00 committed by GitHub
parent fb138c2412
commit 755624e742
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -20,6 +20,7 @@ flag is used on Android SDK level 33 and higher, masking out the `Toast` text on
- `StyledBalance` text styles have been refactored from `Pair` into `BalanceTextStyle`
- The Restore Success dialog has been reworked into a separate screen, allowing users to opt out of the Keep screen
on while restoring option
- `targetSdk` property value changed from 33 to 34
## Fixed
- Support Screen now shows the Send button above keyboard instead of overlaying it. This was achieved by setting

View File

@ -18,7 +18,7 @@ class AndroidApiTest {
// target the new API level.
assertThat(
ApplicationProvider.getApplicationContext<Application>().applicationInfo.targetSdkVersion,
lessThanOrEqualTo(Build.VERSION_CODES.TIRAMISU)
lessThanOrEqualTo(Build.VERSION_CODES.UPSIDE_DOWN_CAKE)
)
}

View File

@ -11,7 +11,6 @@ kotlin.mpp.stability.nowarn=true
android.builder.sdkDownload=true
android.nonTransitiveRClass=true
android.suppressUnsupportedCompileSdk=33
android.useAndroidX=true
# Enable Kotlin metadata version check for script compilation
@ -140,7 +139,7 @@ BIP_39_INCLUDED_BUILD_PATH=
# Versions
ANDROID_MIN_SDK_VERSION=27
ANDROID_TARGET_SDK_VERSION=33
ANDROID_TARGET_SDK_VERSION=34
ANDROID_COMPILE_SDK_VERSION=34
ANDROID_NDK_VERSION=23.0.7599858