Skip to content

Commit

Permalink
Fix offline support for running from different dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
T-vK committed Apr 10, 2024
1 parent df4f5f5 commit d510daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android-svc-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export g_repoUrl=""
export g_aidlFileList=""
export g_shellType=""
export g_adbSerial=""
export g_fileCache="./.android-svc-cache"
export g_fileCache="${HOME}/.android-svc-cache"

export g_blue=$(printf '%s\n' '\033[0;34m' | sed -e 's/[\/&]/\\&/g')
export g_red=$(printf '%s\n' '\033[0;31m' | sed -e 's/[\/&]/\\&/g')
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "android-svc",
"version": "0.2.2",
"version": "0.2.3",
"homepage": "https://github.com/T-vK/android-svc/",
"maintainer": "@T-vK",
"description": "Easy to use Android service wrapper",
Expand Down

0 comments on commit d510daa

Please sign in to comment.