Skip to content

Commit

Permalink
Update Appcompat
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Mar 1, 2016
1 parent 284a070 commit 87fb3f7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}
dependencies {
compile ('com.github.rubengees:introduction:1.2.1@aar'){
compile ('com.github.rubengees:introduction:1.2.2@aar'){
transitive = true;
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-beta5'
classpath 'com.android.tools.build:gradle:2.0.0-beta6'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
}
Expand Down
8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
versionCode 14
versionName "1.2.1"
versionCode 15
versionName "1.2.2"
consumerProguardFiles 'proguard-rules.pro'
}
}
Expand All @@ -21,8 +21,8 @@ repositories {
}

dependencies {
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:percent:23.1.1'
compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:percent:23.2.0'
}

// build a jar with source files
Expand Down
8 changes: 4 additions & 4 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.rubengees.introductionsample"
minSdkVersion 11
targetSdkVersion 23
versionCode 14
versionName "1.2.1"
versionCode 15
versionName "1.2.2"
}
buildTypes {
release {
Expand All @@ -20,8 +20,8 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:design:23.2.0'

compile 'com.github.bumptech.glide:glide:3.7.0'
compile project(':library')
Expand Down

0 comments on commit 87fb3f7

Please sign in to comment.