Skip to content

Commit

Permalink
update build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Zaycev committed May 28, 2015
1 parent ea76a11 commit b460403
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 21
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
applicationId "com.yalantis.contextmenu.sample"
minSdkVersion 11
targetSdkVersion 21
targetSdkVersion 22
versionCode Integer.parseInt(project.VERSION_CODE)
versionName VERSION_NAME
}
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 {
}

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

Expand Down
6 changes: 3 additions & 3 deletions lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 21
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 11
targetSdkVersion 21
targetSdkVersion 22
versionCode Integer.parseInt(project.VERSION_CODE)
versionName VERSION_NAME
}
Expand All @@ -19,7 +19,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.nineoldandroids:library:2.4.0'
}

Expand Down

0 comments on commit b460403

Please sign in to comment.