Skip to content

Commit 6e31ad6

Browse files
Update checkin info prefix in CheckinInfoGroup
* force recreate checkin once upgrading
1 parent 07f1498 commit 6e31ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googleplayapi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void GooglePlayApi::requestAppInfo(const QString &packageName) {
4141

4242
QString GooglePlayApi::CheckinInfoGroup() {
4343
std::stringstream ss;
44-
ss << "checkin_";
44+
ss << "checkin_2025_09_";
4545
for (auto&& abi : loginHelper->getDevice().config_native_platforms) {
4646
ss << "__" << abi;
4747
}

0 commit comments

Comments
 (0)