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 3434c9f commit 41276e3Copy full SHA for 41276e3
2 files changed
android/app/build.gradle
@@ -82,7 +82,7 @@ android {
82
targetSdkVersion rootProject.ext.targetSdkVersion
83
// applicationId "com.gamepass"
84
// versionCode 1999999999
85
- versionName "2.4.4"
+ versionName "2.4.5"
86
}
87
signingConfigs {
88
debug {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "xstreaming",
3
- "version": "2.4.4",
+ "version": "2.4.5",
4
"private": true,
5
"scripts": {
6
"android": "react-native run-android",
0 commit comments