Skip to content

Commit

Permalink
Update AppCompat to 23.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Feb 26, 2016
1 parent 4ba112c commit 846be26
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
versionCode 6
versionName "1.2"
versionCode 7
versionName "1.2.1"
}
buildTypes {
release {
Expand All @@ -21,7 +21,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
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.afollestad.material-dialogs:core:0.8.5.3@aar') { transitive = true }
compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:design:23.2.0'
compile('com.github.afollestad.material-dialogs:core:0.8.5.5@aar') { transitive = true }
}

0 comments on commit 846be26

Please sign in to comment.