Skip to content

Commit dc55470

Browse files
author
lijiahao
committed
v2.8.0
1 parent f076229 commit dc55470

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ android {
8181
targetSdkVersion rootProject.ext.targetSdkVersion
8282
// applicationId "com.gamepass"
8383
// versionCode 1999999999
84-
versionName "2.7.1"
84+
versionName "2.8.0"
8585
}
8686
flavorDimensions "environment"
8787
productFlavors {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xstreaming",
3-
"version": "2.7.1",
3+
"version": "2.8.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android --variant devDebug --appId com.dev.xstreaming",

0 commit comments

Comments
 (0)