mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-16 01:33:10 +00:00
Magisk Version now double, also support custom version names
This commit is contained in:
@@ -107,7 +107,7 @@ public class Async {
|
||||
JSONObject magisk = json.getJSONObject("magisk");
|
||||
JSONObject app = json.getJSONObject("app");
|
||||
|
||||
MagiskFragment.remoteMagiskVersion = magisk.getInt("versionCode");
|
||||
MagiskFragment.remoteMagiskVersion = magisk.getDouble("versionCode");
|
||||
MagiskFragment.magiskLink = magisk.getString("link");
|
||||
MagiskFragment.magiskChangelog = magisk.getString("changelog");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user