Skip to content

Commit

Permalink
- Update gradle build as 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iammert committed Mar 18, 2016
1 parent c24d280 commit d39eeb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0-alpha1'
classpath 'com.android.tools.build:gradle:1.5.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
//compile 'com.github.iammert:MaterialIntroView:1.4'
//compile 'com.github.iammert:MaterialIntroView:1.5.1'
compile project(':materialintro')
compile 'com.squareup.picasso:picasso:2.5.2'
}

0 comments on commit d39eeb4

Please sign in to comment.