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
53237f3a
Commit
53237f3a
authored
Oct 04, 2017
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Android Studio and Proguard configs
parent
64da9281
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
9 deletions
+8
-9
build.gradle
app/build.gradle
+1
-1
proguard-rules.pro
app/proguard-rules.pro
+4
-5
build.gradle
build.gradle
+1
-1
build.gradle
resource/build.gradle
+1
-1
build.gradle
unhide/build.gradle
+1
-1
No files found.
app/build.gradle
View file @
53237f3a
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android
{
android
{
compileSdkVersion
26
compileSdkVersion
26
buildToolsVersion
"26.0.
1
"
buildToolsVersion
"26.0.
2
"
defaultConfig
{
defaultConfig
{
applicationId
"com.topjohnwu.magisk"
applicationId
"com.topjohnwu.magisk"
...
...
app/proguard-rules.pro
View file @
53237f3a
...
@@ -16,10 +16,9 @@
...
@@ -16,10 +16,9 @@
# public *;
# public *;
#}
#}
# Keep all names, we are open source anyway :)
-
keepnames
class
**
{
*
;
}
# BouncyCastle
# BouncyCastle
-
keep
class
org
.
bouncycastle
.
**
{
*
;
}
-
keep
class
org
.
bouncycastle
.
jcajce
.
provider
.
**
{
*
;
}
-
dontwarn
javax
.
naming
.
**
-
dontwarn
javax
.
naming
.
**
-
dontwarn
android
.
content
.
**
-
dontwarn
android
.
animation
.
**
build.gradle
View file @
53237f3a
...
@@ -7,7 +7,7 @@ buildscript {
...
@@ -7,7 +7,7 @@ buildscript {
maven
{
url
"https://maven.google.com"
}
maven
{
url
"https://maven.google.com"
}
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:3.0.0-beta
6
'
classpath
'com.android.tools.build:gradle:3.0.0-beta
7
'
// NOTE: Do not place your application dependencies here; they belong
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// in the individual module build.gradle files
...
...
resource/build.gradle
View file @
53237f3a
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android
{
android
{
compileSdkVersion
26
compileSdkVersion
26
buildToolsVersion
"26.0.
1
"
buildToolsVersion
"26.0.
2
"
defaultConfig
{
defaultConfig
{
minSdkVersion
21
minSdkVersion
21
targetSdkVersion
26
targetSdkVersion
26
...
...
unhide/build.gradle
View file @
53237f3a
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android
{
android
{
compileSdkVersion
26
compileSdkVersion
26
buildToolsVersion
"26.0.
1
"
buildToolsVersion
"26.0.
2
"
defaultConfig
{
defaultConfig
{
applicationId
"com.topjohnwu.unhide"
applicationId
"com.topjohnwu.unhide"
minSdkVersion
21
minSdkVersion
21
...
...
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