From 476a3856ecd8d8ef04e171a6c385095b91d3af81 Mon Sep 17 00:00:00 2001 From: Chad Curtis Date: Tue, 2 Jun 2026 04:34:48 -0500 Subject: [PATCH] release: v2.8.7 --- CHANGELOG.md | 8 ++++++++ android/app/build.gradle | 2 +- ios/App/App.xcodeproj/project.pbxproj | 4 ++-- package.json | 2 +- public/CHANGELOG.md | 8 ++++++++ 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b363d579..9371cad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.8.7] - 2026-06-02 + +Fixes the top navigation bar rendering behind the status bar on Android. + +### Fixed + +- Top navigation bar now clears the system status bar on Android. + ## [2.8.6] - 2026-06-02 Refreshes the app icon to the orange Agora bolt mark across Android, iOS, and the web. diff --git a/android/app/build.gradle b/android/app/build.gradle index 8d2a44b3..c7c9e548 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -14,7 +14,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 - versionName "2.8.6" + versionName "2.8.7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index d2a81d16..978b3ec2 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -323,7 +323,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.8.6; + MARKETING_VERSION = 2.8.7; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; PRODUCT_BUNDLE_IDENTIFIER = spot.agora.app; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -347,7 +347,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.8.6; + MARKETING_VERSION = 2.8.7; PRODUCT_BUNDLE_IDENTIFIER = spot.agora.app; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = ""; diff --git a/package.json b/package.json index 877783ff..8ef92aa9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "agora", "private": true, - "version": "2.8.6", + "version": "2.8.7", "type": "module", "scripts": { "dev": "npm i --silent && vite", diff --git a/public/CHANGELOG.md b/public/CHANGELOG.md index b363d579..9371cad8 100644 --- a/public/CHANGELOG.md +++ b/public/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.8.7] - 2026-06-02 + +Fixes the top navigation bar rendering behind the status bar on Android. + +### Fixed + +- Top navigation bar now clears the system status bar on Android. + ## [2.8.6] - 2026-06-02 Refreshes the app icon to the orange Agora bolt mark across Android, iOS, and the web.