diff --git a/fastlane/Fastfile b/fastlane/Fastfile index f655abd1e3..529d898a2e 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -29,7 +29,7 @@ platform :android do desc "Deploy a new version to the Google Play" lane :deploy do gradle( - task: "clean assembleGplayRelease", + task: "clean bundleGplayRelease", properties: { "android.injected.signing.store.file": keystore, "android.injected.signing.store.password": keystore_pass, diff --git a/fastlane/metadata/android/en-US/changelogs/40100620.txt b/fastlane/metadata/android/en-US/changelogs/40100620.txt new file mode 100644 index 0000000000..3191ea96b7 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40100620.txt @@ -0,0 +1,6 @@ +- Update codebase to Element v1.2.0 +- Lab setting to load rooms at first unread message +- Hide empty/failed url preview image +- Properly theme verification request popup background +- Setting to disable voice message recording button +- Minor fixes and impovements diff --git a/library/ui-styles/src/main/res/values/styles_alert_dialog.xml b/library/ui-styles/src/main/res/values/styles_alert_dialog.xml index 69abc85c39..db1063e289 100644 --- a/library/ui-styles/src/main/res/values/styles_alert_dialog.xml +++ b/library/ui-styles/src/main/res/values/styles_alert_dialog.xml @@ -7,6 +7,8 @@ @style/Widget.Vector.Button.TextButton.Dialog @style/Widget.Vector.Button.TextButton.Dialog @style/Widget.Vector.Button.TextButton.Dialog + + ?colorBackgroundFloating