Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylmye committed Jan 11, 2025
1 parent 92a4838 commit 8bf8fb3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.4",
"version": "1.6.0",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
Expand Down Expand Up @@ -131,4 +131,4 @@
]
]
}
}
}
24 changes: 22 additions & 2 deletions metadata/com.dylmye.setlists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,30 @@ Builds:
- node_modules
- webhooks
ndk: 26.1.10909125
- versionName: 1.6.0
versionCode: 32
commit: 1.6.0
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.4
CurrentVersionCode: 31
CurrentVersion: 1.6.0
CurrentVersionCode: 32
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.4",
"version": "1.6.0",
"license": "ISC",
"private": true,
"repository": "https://github.com/dylmye/setlist-sherlock",
Expand Down

0 comments on commit 8bf8fb3

Please sign in to comment.