From 91337218b314c853ad441aa38947394a68afcb08 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Tue, 19 Dec 2017 15:46:54 +0800 Subject: [PATCH] Update snet configs --- build.gradle | 2 +- src/main/AndroidManifest.xml | 2 +- src/main/java/com/topjohnwu/magisk/utils/Const.java | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 76860393a..fad26e0cc 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 27 - buildToolsVersion "27.0.1" + buildToolsVersion "27.0.2" defaultConfig { applicationId "com.topjohnwu.magisk" diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 8f9062b02..ae48e7309 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -90,7 +90,7 @@ + android:value="7095000" /> diff --git a/src/main/java/com/topjohnwu/magisk/utils/Const.java b/src/main/java/com/topjohnwu/magisk/utils/Const.java index e2cdd0ec9..141abfe7a 100644 --- a/src/main/java/com/topjohnwu/magisk/utils/Const.java +++ b/src/main/java/com/topjohnwu/magisk/utils/Const.java @@ -82,7 +82,7 @@ public class Const { public static class Url { public static final String STABLE_URL = "https://raw.githubusercontent.com/topjohnwu/MagiskManager/update/stable.json"; public static final String BETA_URL = "https://raw.githubusercontent.com/topjohnwu/MagiskManager/update/beta.json"; - public static final String SNET_URL = "https://github.com/topjohnwu/MagiskManager/raw/43745edac091dd8b5ba5f6076006677d1d6c5899/snet.apk"; + public static final String SNET_URL = "https://github.com/topjohnwu/MagiskManager/raw/afff3c0a49cec8d797e486be3092e256b4bf5375/snet.apk"; public static final String REPO_URL = "https://api.github.com/users/Magisk-Modules-Repo/repos?per_page=100&page=%d"; public static final String FILE_URL = "https://raw.githubusercontent.com/Magisk-Modules-Repo/%s/master/%s"; public static final String ZIP_URL = "https://github.com/Magisk-Modules-Repo/%s/archive/master.zip"; @@ -160,7 +160,7 @@ public class Const { public static final String FLASH_MAGISK = "magisk"; public static final int[] timeoutList = {0, -1, 10, 20, 30, 60}; public static final int UPDATE_SERVICE_VER = 1; - public static final int SNET_VER = 5; + public static final int SNET_VER = 6; public static final int MIN_MODULE_VER = 1400; } }