Skip to content

Commit

Permalink
v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
daboynb committed Nov 20, 2024
1 parent 571054e commit 100473d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
V1.09 -> Improve the fpd code and add key selection.
V1.10 -> Fix an error copying thr fp.sh to tmp.
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=playcurl_NEXT
name=playcurl_NEXT
version=v1.09
versionCode=109
version=v1.10
versionCode=110
author=daboynb
description=Automatic fingerprint downloader for play integrity fix.
updateJson=https://raw.githubusercontent.com/daboynb/playcurlNEXT/main/update.json
2 changes: 1 addition & 1 deletion service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi
# Copy and set up cron script
###################################################################
# Copy the cron script and set execute permission
cp /data/adb/modules/playcurlNEXT/system/bin/fp /data/local/tmp/fp.sh
cp /data/adb/modules/playcurl_NEXT/system/bin/fp /data/local/tmp/fp.sh
chmod +x /data/local/tmp/fp.sh

# Ensure crontab directory exists
Expand Down
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.09",
"versionCode": 109,
"zipUrl": "https://github.com/daboynb/playcurlNEXT/releases/download/v1.09/playcurlNEXT.zip",
"version": "v1.10",
"versionCode": 110,
"zipUrl": "https://github.com/daboynb/playcurlNEXT/releases/download/v1.10/playcurlNEXT.zip",
"changelog": "https://raw.githubusercontent.com/daboynb/playcurlNEXT/main/changelog.md"
}

0 comments on commit 100473d

Please sign in to comment.