Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
c0e60c41
Commit
c0e60c41
authored
Nov 20, 2017
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update snet extension pack
parent
c8dad43e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+2
-1
Const.java
app/src/main/java/com/topjohnwu/magisk/utils/Const.java
+1
-1
snet.apk
snet.apk
+0
-0
build.gradle
snet/build.gradle
+1
-1
No files found.
app/src/main/AndroidManifest.xml
View file @
c0e60c41
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
android:name=
".MagiskManager"
android:name=
".MagiskManager"
android:allowBackup=
"true"
android:allowBackup=
"true"
android:icon=
"@mipmap/ic_launcher"
android:icon=
"@mipmap/ic_launcher"
android:roundIcon=
"@mipmap/ic_launcher_round"
android:label=
"@string/app_name"
android:label=
"@string/app_name"
android:supportsRtl=
"true"
android:supportsRtl=
"true"
android:theme=
"@style/AppTheme"
android:theme=
"@style/AppTheme"
...
@@ -94,7 +95,7 @@
...
@@ -94,7 +95,7 @@
<!-- Hardcode GMS version -->
<!-- Hardcode GMS version -->
<meta-data
<meta-data
android:name=
"com.google.android.gms.version"
android:name=
"com.google.android.gms.version"
android:value=
"11
400
000"
/>
android:value=
"11
717
000"
/>
</application>
</application>
...
...
app/src/main/java/com/topjohnwu/magisk/utils/Const.java
View file @
c0e60c41
...
@@ -146,7 +146,7 @@ public class Const {
...
@@ -146,7 +146,7 @@ public class Const {
public
static
final
String
FLASH_MAGISK
=
"magisk"
;
public
static
final
String
FLASH_MAGISK
=
"magisk"
;
public
static
final
int
[]
timeoutList
=
{
0
,
-
1
,
10
,
20
,
30
,
60
};
public
static
final
int
[]
timeoutList
=
{
0
,
-
1
,
10
,
20
,
30
,
60
};
public
static
final
int
UPDATE_SERVICE_VER
=
1
;
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
;
public
static
final
int
MIN_MODULE_VER
=
1400
;
}
}
}
}
snet.apk
0 → 100644
View file @
c0e60c41
This diff was suppressed by a .gitattributes entry.
snet/build.gradle
View file @
c0e60c41
...
@@ -26,5 +26,5 @@ repositories {
...
@@ -26,5 +26,5 @@ repositories {
dependencies
{
dependencies
{
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
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
'
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment