Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rovo89 committed Jan 14, 2018
1 parent 28a0f9b commit 19523cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
compileSdkVersion 27

defaultConfig {
applicationId "de.robv.android.xposed.installer"
Expand All @@ -24,10 +24,10 @@ android {
}

dependencies {
implementation 'com.android.support:cardview-v7:25.4.0'
implementation 'com.android.support:design:25.4.0'
implementation 'com.android.support:customtabs:25.4.0'
implementation 'com.android.support:support-v13:25.4.0'
implementation 'com.android.support:cardview-v7:27.0.2'
implementation 'com.android.support:design:27.0.2'
implementation 'com.android.support:customtabs:27.0.2'
implementation 'com.android.support:support-v13:27.0.2'
implementation 'com.afollestad.material-dialogs:commons:0.9.0.2'
implementation 'se.emilsjolander:stickylistheaders:2.7.0'
implementation 'eu.chainfire:libsuperuser:1.0.0.201608240809'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'
}
}

Expand Down

0 comments on commit 19523cc

Please sign in to comment.