Skip to content

Commit

Permalink
gradle updates
Browse files Browse the repository at this point in the history
  • Loading branch information
romandanylyk committed Dec 20, 2017
1 parent 6a4568a commit aa6ca19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion pageindicatorview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
repositories {
maven { url "https://maven.google.com" }
}
compile 'com.android.support:support-annotations:27.0.0'
compile 'com.android.support:support-annotations:27.0.2'
compile 'com.android.support:support-compat:26.1.0'
compile 'com.android.support:support-core-ui:26.1.0'
}
Expand Down

0 comments on commit aa6ca19

Please sign in to comment.