diff --git a/fastlane/metadata/android/en-US/changelogs/40100350.txt b/fastlane/metadata/android/en-US/changelogs/40100350.txt new file mode 100644 index 0000000000..263f6e4136 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40100350.txt @@ -0,0 +1,5 @@ +- Move footer time slighlty down in the bubble +- Tweak room topic collapse behaviour +- Update codebase to Element 1.0.10 +- Fix some colors +- Remember expand status for all categories except invite diff --git a/vector/build.gradle b/vector/build.gradle index c9046c6502..39dc1221e1 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -122,10 +122,10 @@ android { // `develop` branch will have version code from timestamp, to ensure each build from CI has a incremented versionCode. // Other branches (master, features, etc.) will have version code based on application version. - versionCode 40100340 + versionCode 40100350 // Required for sonar analysis - versionName "1.0.9.sc.25" + versionName "1.0.10.sc.25" buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\"" resValue "string", "git_revision", "\"${gitRevision()}\"" @@ -241,7 +241,7 @@ android { gplay { dimension "store" - versionName "1.0.9.sc.25" + versionName "1.0.10.sc.25" resValue "bool", "isGplay", "true" buildConfigField "boolean", "ALLOW_FCM_USE", "true" @@ -252,7 +252,7 @@ android { fdroid { dimension "store" - versionName "1.0.9.sc.25" + versionName "1.0.10.sc.25" resValue "bool", "isGplay", "false" buildConfigField "boolean", "ALLOW_FCM_USE", "false"