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
907e01e5
Commit
907e01e5
authored
Apr 26, 2017
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use stable build tools + retrolambda
parent
b8ed23ef
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
5 deletions
+15
-5
build.gradle
app/build.gradle
+9
-3
proguard-rules.pro
app/proguard-rules.pro
+3
-0
build.gradle
build.gradle
+2
-1
gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+1
-1
No files found.
app/build.gradle
View file @
907e01e5
apply
plugin:
'com.android.application'
apply
plugin:
'me.tatarka.retrolambda'
android
{
compileSdkVersion
25
buildToolsVersion
"2
6.0.0-rc1
"
buildToolsVersion
"2
5.0.3
"
defaultConfig
{
applicationId
"com.topjohnwu.magisk"
minSdkVersion
21
targetSdkVersion
25
versionCode
3
0
versionName
"4.3.
2
"
versionCode
3
1
versionName
"4.3.
3
"
ndk
{
moduleName
'zipadjust'
abiFilters
'x86'
,
'x86_64'
,
'armeabi-v7a'
,
'arm64-v8a'
...
...
@@ -37,6 +38,11 @@ android {
lintOptions
{
disable
'MissingTranslation'
}
retrolambda
{
javaVersion
JavaVersion
.
VERSION_1_7
defaultMethods
false
incremental
true
}
}
repositories
{
jcenter
()
...
...
app/proguard-rules.pro
View file @
907e01e5
...
...
@@ -25,3 +25,6 @@
-
keep
class
org
.
spongycastle
.
**
{
*
;
}
-
dontwarn
javax
.
naming
.
**
# retrolambda
-
dontwarn
java
.
lang
.
invoke
.
*
build.gradle
View file @
907e01e5
...
...
@@ -6,7 +6,8 @@ buildscript {
mavenCentral
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:2.4.0-alpha6'
classpath
'com.android.tools.build:gradle:2.3.1'
classpath
'me.tatarka:gradle-retrolambda:3.6.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
gradle/wrapper/gradle-wrapper.properties
View file @
907e01e5
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-3.
4.1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-3.
3
-all.zip
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