Skip to content

Commit

Permalink
1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dylmye committed Dec 27, 2024
1 parent 31625a9 commit 542df26
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"slug": "setlist-sherlock",
"owner": "dylmye",
"scheme": "setlist-sherlock",
"version": "1.5.3",
"version": "1.5.4",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
Expand Down
24 changes: 22 additions & 2 deletions metadata/com.dylmye.setlists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,30 @@ Builds:
- node_modules
- webhooks
ndk: 26.1.10909125
- versionName: 1.5.4
versionCode: 31
commit: 1.5.4
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.18.1/node-v20.18.1-linux-x64.tar.gz
- echo "259e5a8bf2e15ecece65bd2a47153262eda71c0b2c9700d5e703ce4951572784 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- sysctl fs.inotify.max_user_watches=524288 || true
- npm install -g bun
init: bun install --frozen-lockfile
gradle:
- yes
forcevercode: true
prebuild: cd ../../ && bun x expo prebuild --platform android
scanignore:
- node_modules
- webhooks
ndk: 26.1.10909125

AllowedAPKSigningKeys: f90e81f7e88e4d8c0fa51d9165573aa86ab4cb1384bf94d8bd651e423e7690f6

AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.5.3
CurrentVersionCode: 30
CurrentVersion: 1.5.4
CurrentVersionCode: 31
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setlist-sherlock",
"version": "1.5.3",
"version": "1.5.4",
"license": "ISC",
"private": true,
"repository": "https://github.com/dylmye/setlist-sherlock",
Expand Down

0 comments on commit 542df26

Please sign in to comment.