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
d2f8496f
Commit
d2f8496f
authored
Jul 13, 2017
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependency
parent
1a69b16d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
build.gradle
app/build.gradle
+2
-2
build.gradle
build.gradle
+1
-1
No files found.
app/build.gradle
View file @
d2f8496f
...
@@ -52,12 +52,12 @@ dependencies {
...
@@ -52,12 +52,12 @@ dependencies {
implementation
'com.android.support:cardview-v7:26.0.0-beta2'
implementation
'com.android.support:cardview-v7:26.0.0-beta2'
implementation
'com.android.support:design:26.0.0-beta2'
implementation
'com.android.support:design:26.0.0-beta2'
implementation
'com.android.support:support-v4:26.0.0-beta2'
implementation
'com.android.support:support-v4:26.0.0-beta2'
implementation
'com.jakewharton:butterknife:8.
6
.0'
implementation
'com.jakewharton:butterknife:8.
7
.0'
implementation
'com.thoughtbot:expandablerecyclerview:1.4'
implementation
'com.thoughtbot:expandablerecyclerview:1.4'
implementation
'us.feras.mdv:markdownview:1.1.0'
implementation
'us.feras.mdv:markdownview:1.1.0'
implementation
'com.madgag.spongycastle:core:1.54.0.0'
implementation
'com.madgag.spongycastle:core:1.54.0.0'
implementation
'com.madgag.spongycastle:prov: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:pkix:1.54.0.0'
implementation
'com.google.android.gms:play-services-safetynet:9.0.1'
implementation
'com.google.android.gms:play-services-safetynet:9.0.1'
annotationProcessor
'com.jakewharton:butterknife-compiler:8.
6
.0'
annotationProcessor
'com.jakewharton:butterknife-compiler:8.
7
.0'
}
}
build.gradle
View file @
d2f8496f
...
@@ -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-alpha
5
'
classpath
'com.android.tools.build:gradle:3.0.0-alpha
6
'
// 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
...
...
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