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
056dafc5
Commit
056dafc5
authored
Apr 02, 2019
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use R8 full mode
R8 FTW!
parent
a9c90718
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
build.gradle
app/build.gradle
+1
-1
proguard-rules.pro
app/proguard-rules.pro
+3
-1
gradle.properties
gradle.properties
+1
-0
No files found.
app/build.gradle
View file @
056dafc5
...
@@ -41,7 +41,7 @@ dependencies {
...
@@ -41,7 +41,7 @@ dependencies {
implementation
'androidx.work:work-runtime:2.0.0'
implementation
'androidx.work:work-runtime:2.0.0'
implementation
'androidx.transition:transition:1.1.0-alpha02'
implementation
'androidx.transition:transition:1.1.0-alpha02'
def
libsuVersion
=
'2.3.
2
'
def
libsuVersion
=
'2.3.
3
'
implementation
"com.github.topjohnwu.libsu:core:${libsuVersion}"
implementation
"com.github.topjohnwu.libsu:core:${libsuVersion}"
implementation
"com.github.topjohnwu.libsu:io:${libsuVersion}"
implementation
"com.github.topjohnwu.libsu:io:${libsuVersion}"
...
...
app/proguard-rules.pro
View file @
056dafc5
...
@@ -29,6 +29,9 @@
...
@@ -29,6 +29,9 @@
void
onResponse
(
int
);
void
onResponse
(
int
);
}
}
# DelegateWorker
-
keep
,
allowobfuscation
class
*
extends
com
.
topjohnwu
.
magisk
.
components
.
DelegateWorker
# BootSigner
# BootSigner
-
keepclassmembers
class
com
.
topjohnwu
.
signing
.
BootSigner
{
*
;
}
-
keepclassmembers
class
com
.
topjohnwu
.
signing
.
BootSigner
{
*
;
}
...
@@ -46,4 +49,3 @@
...
@@ -46,4 +49,3 @@
# Excessive obfuscation
# Excessive obfuscation
-
repackageclasses
'a'
-
repackageclasses
'a'
-
allowaccessmodification
-
allowaccessmodification
-
optimizationpasses
6
gradle.properties
View file @
056dafc5
...
@@ -24,3 +24,4 @@ org.gradle.daemon=true
...
@@ -24,3 +24,4 @@ org.gradle.daemon=true
#AndroidX
#AndroidX
android.useAndroidX
=
true
android.useAndroidX
=
true
android.enableJetifier
=
true
android.enableJetifier
=
true
android.enableR8.fullMode
=
true
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