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

Commit

Permalink
Update to latest build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc3m1 committed Mar 22, 2015
1 parent 6807e66 commit 8ee004e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
classpath 'com.android.tools.build:gradle:1.1.3'
}
}

allprojects {
group 'com.makeramen'
version '2.0.0'
version '2.0.1'
repositories {
mavenCentral()
}
}

ext {
compileSdkVersion = 21
buildToolsVersion = "21.1.2"
compileSdkVersion = 22
buildToolsVersion = "22.0.1"
}
6 changes: 3 additions & 3 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ repositories {
dependencies {
//compile 'com.makeramen:roundedimageview:2.0.0-SNAPSHOT'
compile project(':roundedimageview')
compile 'com.squareup.picasso:picasso:2.4.0'
compile 'com.android.support:support-v4:21.0.3'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.android.support:support-v4:22.0.0'
}

android {
Expand All @@ -22,7 +22,7 @@ android {
defaultConfig {
applicationId "com.makeramen.roundedimageview.example"
minSdkVersion 8
targetSdkVersion 21
targetSdkVersion 22
versionCode 1
versionName version
}
Expand Down
2 changes: 1 addition & 1 deletion roundedimageview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {

defaultConfig {
minSdkVersion 8
targetSdkVersion 21
targetSdkVersion 22
versionCode 1
versionName version
}
Expand Down

0 comments on commit 8ee004e

Please sign in to comment.