mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-17 07:06:43 +02:00
Update packages, increment version, run dart fix, switch to Shizuku plugin fork with bugfix (maybe temp)
This commit is contained in:
@ -65,7 +65,7 @@ class Tencent extends AppSource {
|
||||
var releaseDate =
|
||||
json['app_detail_records'][appId]['app_info']['update_time'];
|
||||
var apkName = Uri.parse(apkUrl).queryParameters['fsname'] ??
|
||||
'${appId}_${version}.apk';
|
||||
'${appId}_$version.apk';
|
||||
|
||||
return APKDetails(
|
||||
version, [MapEntry(apkName, apkUrl)], AppNames(author, appName),
|
||||
|
Reference in New Issue
Block a user