Skip to content

Commit

Permalink
fix: wrong android version code
Browse files Browse the repository at this point in the history
  • Loading branch information
IZUMI-Zu committed Jul 31, 2024
1 parent 62652f3 commit 93cc8e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"sdkVersion": "51.0.0",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
Expand All @@ -25,7 +26,7 @@
"backgroundColor": "#ffffff"
},
"package": "com.zzbs.casdoorapp",
"versionCode": 0
"versionCode": 1
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
{
"assets": [
"package.json",
"package-lock.json",
"app.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]"
Expand Down

0 comments on commit 93cc8e5

Please sign in to comment.