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
a161491b
Commit
a161491b
authored
Jun 16, 2017
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable shrinkResources due to buildtool bug
parent
e0b4d1c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
build.gradle
app/build.gradle
+1
-2
gradle.properties
gradle.properties
+4
-1
No files found.
app/build.gradle
View file @
a161491b
...
...
@@ -19,7 +19,7 @@ android {
buildTypes
{
release
{
minifyEnabled
true
shrinkResources
tru
e
shrinkResources
fals
e
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.pro'
}
}
...
...
@@ -58,7 +58,6 @@ dependencies {
implementation
'com.madgag.spongycastle:core:1.54.0.0'
implementation
'com.madgag.spongycastle:prov:1.54.0.0'
implementation
'com.madgag.spongycastle:pkix:1.54.0.0'
implementation
'com.madgag.spongycastle:pg:1.54.0.0'
implementation
'com.google.android.gms:play-services-safetynet:9.0.1'
annotationProcessor
'com.jakewharton:butterknife-compiler:8.6.0'
}
gradle.properties
View file @
a161491b
...
...
@@ -19,4 +19,7 @@ org.gradle.parallel=true
# When set to true the Gradle daemon is used to run the build. For local developer builds this is our favorite property.
# The developer environment is optimized for speed and feedback so we nearly always run Gradle jobs with the daemon.
org.gradle.daemon
=
true
\ No newline at end of file
org.gradle.daemon
=
true
# Enable AAPT2
android.enableAapt2
=
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