From 1c06e070cd5183186aa950d34508b10fccaf43e1 Mon Sep 17 00:00:00 2001 From: Chad Curtis Date: Tue, 2 Jun 2026 03:22:02 -0500 Subject: [PATCH] release: v2.8.3 --- CHANGELOG.md | 4 ++++ android/app/build.gradle | 2 +- ios/App/App.xcodeproj/project.pbxproj | 4 ++-- package.json | 2 +- public/CHANGELOG.md | 4 ++++ 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e28ab3e4..dc28fdfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [2.8.3] - 2026-06-02 + +A maintenance release that fixes the Android build so signed releases publish correctly. No user-facing changes. + ## [2.8.2] - 2026-06-02 A maintenance release that fixes the Android build pipeline so signed releases publish correctly. No user-facing changes. diff --git a/android/app/build.gradle b/android/app/build.gradle index 04b38322..8886f287 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.2" + versionName "2.8.3" 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 d93e998a..5d41b3eb 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.2; + MARKETING_VERSION = 2.8.3; 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.2; + MARKETING_VERSION = 2.8.3; PRODUCT_BUNDLE_IDENTIFIER = spot.agora.app; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = ""; diff --git a/package.json b/package.json index dfa3fb57..2346b0eb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "agora", "private": true, - "version": "2.8.2", + "version": "2.8.3", "type": "module", "scripts": { "dev": "npm i --silent && vite", diff --git a/public/CHANGELOG.md b/public/CHANGELOG.md index e28ab3e4..dc28fdfb 100644 --- a/public/CHANGELOG.md +++ b/public/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [2.8.3] - 2026-06-02 + +A maintenance release that fixes the Android build so signed releases publish correctly. No user-facing changes. + ## [2.8.2] - 2026-06-02 A maintenance release that fixes the Android build pipeline so signed releases publish correctly. No user-facing changes.