diff --git a/changelog.md b/changelog.md index c7423eb..ed8fa08 100644 --- a/changelog.md +++ b/changelog.md @@ -1 +1 @@ -V1.09 -> Improve the fpd code and add key selection. \ No newline at end of file +V1.10 -> Fix an error copying thr fp.sh to tmp. \ No newline at end of file diff --git a/module.prop b/module.prop index 36832a1..efc6503 100644 --- a/module.prop +++ b/module.prop @@ -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 \ No newline at end of file diff --git a/service.sh b/service.sh index e9a6b4c..af968af 100644 --- a/service.sh +++ b/service.sh @@ -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 diff --git a/update.json b/update.json index 2d874f7..86f0762 100644 --- a/update.json +++ b/update.json @@ -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" } \ No newline at end of file