forked from daboynb/playcurlNEXT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
18 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1 @@ | ||
V1.04 -> New Features! | ||
|
||
1) You can now set your own check interval by specifying the number of minutes inside the file: `/data/adb/modules/playcurlNEXT/minutes.txt` (minimum 1 minute, maximum 1400 minutes). | ||
|
||
2) You can now set whether you want to use a random beta FP from the last month (since multiple are available) or the latest one. | ||
- Follow these steps to configure: | ||
a) Open the file: `/data/adb/modules/playcurlNEXT/mode.txt` | ||
b) Write `random` in the file if you want to use a random FP. | ||
c) Write `normal` or leave the file empty if you want to use the latest one. | ||
|
||
Version 1.04 comes with these default values: | ||
- check interval -> every hour | ||
- mode -> normal (latest FP) | ||
|
||
If you are okay with these values, do not edit anything. | ||
V1.05 -> fix for https://t.me/PifNEXT/53. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
id=playcurlNEXT | ||
name=playcurlNEXT | ||
version=v1.04 | ||
versionCode=104 | ||
id=playcurl_NEXT | ||
name=playcurl_NEXT | ||
version=v1.05 | ||
versionCode=105 | ||
author=daboynb | ||
description=Automatic fingerprint downloader for play integrity fix. | ||
updateJson=https://raw.githubusercontent.com/daboynb/playcurlNEXT/main/update.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "v1.04", | ||
"versionCode": 104, | ||
"zipUrl": "https://github.com/daboynb/playcurlNEXT/releases/download/v1.04/playcurlNEXT.zip", | ||
"version": "v1.05", | ||
"versionCode": 105, | ||
"zipUrl": "https://github.com/daboynb/playcurlNEXT/releases/download/v1.05/playcurlNEXT.zip", | ||
"changelog": "https://raw.githubusercontent.com/daboynb/playcurlNEXT/main/changelog.md" | ||
} |