Skip to content

Commit

Permalink
v4.5.4-1
Browse files Browse the repository at this point in the history
  • Loading branch information
thoulee21 committed Sep 8, 2024
1 parent 8b5a7ac commit f1b928f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ android {
applicationId "com.jointplayer"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 19
versionName "4.5.3"
versionCode 20
versionName "4.5.4-1"
}
signingConfigs {
debug {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jointplayer",
"version": "4.5.3",
"version": "4.5.4-1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit f1b928f

Please sign in to comment.