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
aa0b9e2d
Commit
aa0b9e2d
authored
Oct 13, 2017
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version
parent
c10076f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
build.gradle
app/build.gradle
+2
-2
CheckSafetyNet.java
...main/java/com/topjohnwu/magisk/asyncs/CheckSafetyNet.java
+2
-3
No files found.
app/build.gradle
View file @
aa0b9e2d
...
...
@@ -8,8 +8,8 @@ android {
applicationId
"com.topjohnwu.magisk"
minSdkVersion
21
targetSdkVersion
26
versionCode
5
5
versionName
"5.
3.5
"
versionCode
5
6
versionName
"5.
4.0
"
ndk
{
moduleName
'zipadjust'
abiFilters
'x86'
,
'x86_64'
,
'armeabi-v7a'
,
'arm64-v8a'
...
...
app/src/main/java/com/topjohnwu/magisk/asyncs/CheckSafetyNet.java
View file @
aa0b9e2d
...
...
@@ -17,10 +17,9 @@ import dalvik.system.DexClassLoader;
public
class
CheckSafetyNet
extends
ParallelTask
<
Void
,
Void
,
Exception
>
{
public
static
final
int
SNET_VER
=
1
;
public
static
final
int
SNET_VER
=
2
;
// Test URL, will switch to proper URL
private
static
final
String
SNET_URL
=
"https://www.dropbox.com/s/i5vvbl5eenmag5q/snet-release-unsigned.apk?dl=1"
;
private
static
final
String
SNET_URL
=
"https://github.com/topjohnwu/MagiskManager/releases/download/v5.4.0/snet.apk"
;
private
static
final
String
PKG
=
"com.topjohnwu.snet"
;
private
File
dexPath
;
...
...
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