We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f076229 commit dc55470Copy full SHA for dc55470
2 files changed
android/app/build.gradle
@@ -81,7 +81,7 @@ android {
81
targetSdkVersion rootProject.ext.targetSdkVersion
82
// applicationId "com.gamepass"
83
// versionCode 1999999999
84
- versionName "2.7.1"
+ versionName "2.8.0"
85
}
86
flavorDimensions "environment"
87
productFlavors {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "xstreaming",
3
- "version": "2.7.1",
+ "version": "2.8.0",
4
"private": true,
5
"scripts": {
6
"android": "react-native run-android --variant devDebug --appId com.dev.xstreaming",
0 commit comments