Skip to content

Commit

Permalink
Update tools and libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed May 17, 2017
1 parent 59792f4 commit 7dacce8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
main
}
compileSdkVersion 25
buildToolsVersion '25.0.2'
buildToolsVersion '25.0.3'
defaultConfig {
applicationId "de.Maxr1998.xposed.maxlock"
minSdkVersion 16
Expand Down Expand Up @@ -86,8 +86,8 @@ dependencies {
compile "com.android.support:recyclerview-v7:$supportLibraryVersion"
/* includes all other support-v4 libraries */
compile "com.android.support:support-fragment:$supportLibraryVersion"
compile 'com.google.android.gms:play-services-base:10.2.1'
compile 'com.google.android.gms:play-services-analytics:10.2.1'
compile 'com.google.android.gms:play-services-base:10.2.4'
compile 'com.google.android.gms:play-services-analytics:10.2.4'
// Local files
compile(name: 'PatternLock', ext: 'aar')
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.4.0-alpha6'
classpath 'com.android.tools.build:gradle:2.4.0-alpha7'
}
}

Expand Down

0 comments on commit 7dacce8

Please sign in to comment.