Skip to content

Commit

Permalink
chore: env fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Sep 13, 2024
1 parent 3566ee0 commit 930ed00
Show file tree
Hide file tree
Showing 3 changed files with 3,269 additions and 1,602 deletions.
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
NDK_VERSION=23.2.8568313
ANDROID_SDK=$ANDROID_HOME
ANDROID_NDK_HOME=$ANDROID_HOME/ndk/$NDK_VERSION
ANDROID_NDK=$ANDROID_NDK_HOME
NDK_HOME=$ANDROID_NDK_HOME
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"version": "standard-version"
},
"devDependencies": {
"conventional-changelog-cli": "^5.0.0",
"dayjs": "^1.11.7",
"semver": "^7.6.2",
"standard-version": "^9.5.0"
Expand Down
Loading

0 comments on commit 930ed00

Please sign in to comment.