parent
fb138c2412
commit
755624e742
|
@ -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`
|
- `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
|
- The Restore Success dialog has been reworked into a separate screen, allowing users to opt out of the Keep screen
|
||||||
on while restoring option
|
on while restoring option
|
||||||
|
- `targetSdk` property value changed from 33 to 34
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
- Support Screen now shows the Send button above keyboard instead of overlaying it. This was achieved by setting
|
- Support Screen now shows the Send button above keyboard instead of overlaying it. This was achieved by setting
|
||||||
|
|
|
@ -18,7 +18,7 @@ class AndroidApiTest {
|
||||||
// target the new API level.
|
// target the new API level.
|
||||||
assertThat(
|
assertThat(
|
||||||
ApplicationProvider.getApplicationContext<Application>().applicationInfo.targetSdkVersion,
|
ApplicationProvider.getApplicationContext<Application>().applicationInfo.targetSdkVersion,
|
||||||
lessThanOrEqualTo(Build.VERSION_CODES.TIRAMISU)
|
lessThanOrEqualTo(Build.VERSION_CODES.UPSIDE_DOWN_CAKE)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,6 @@ kotlin.mpp.stability.nowarn=true
|
||||||
|
|
||||||
android.builder.sdkDownload=true
|
android.builder.sdkDownload=true
|
||||||
android.nonTransitiveRClass=true
|
android.nonTransitiveRClass=true
|
||||||
android.suppressUnsupportedCompileSdk=33
|
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
|
|
||||||
# Enable Kotlin metadata version check for script compilation
|
# Enable Kotlin metadata version check for script compilation
|
||||||
|
@ -140,7 +139,7 @@ BIP_39_INCLUDED_BUILD_PATH=
|
||||||
|
|
||||||
# Versions
|
# Versions
|
||||||
ANDROID_MIN_SDK_VERSION=27
|
ANDROID_MIN_SDK_VERSION=27
|
||||||
ANDROID_TARGET_SDK_VERSION=33
|
ANDROID_TARGET_SDK_VERSION=34
|
||||||
ANDROID_COMPILE_SDK_VERSION=34
|
ANDROID_COMPILE_SDK_VERSION=34
|
||||||
|
|
||||||
ANDROID_NDK_VERSION=23.0.7599858
|
ANDROID_NDK_VERSION=23.0.7599858
|
||||||
|
|
Loading…
Reference in New Issue