Commit c0e60c41 authored by topjohnwu's avatar topjohnwu

Update snet extension pack

parent c8dad43e
......@@ -14,6 +14,7 @@
android:name=".MagiskManager"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme"
......@@ -94,7 +95,7 @@
<!-- Hardcode GMS version -->
<meta-data
android:name="com.google.android.gms.version"
android:value="11400000" />
android:value="11717000" />
</application>
......
......@@ -146,7 +146,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 = 3;
public static final int SNET_VER = 4;
public static final int MIN_MODULE_VER = 1400;
}
}
This diff was suppressed by a .gitattributes entry.
......@@ -26,5 +26,5 @@ repositories {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.google.android.gms:play-services-safetynet:11.4.2'
implementation 'com.google.android.gms:play-services-safetynet:11.6.0'
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment