Skip to content

Commit

Permalink
upgrade appcompat dependency and library version
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed May 14, 2017
1 parent 97265c9 commit bb09005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildToolsVersion '25.0.2'
minSdkVersion 10
targetSdkVersion 25
versionCode 13
versionName "1.2"
versionName "1.2.1"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand All @@ -30,7 +30,7 @@ tasks.withType(Javadoc) {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:appcompat-v7:25.3.1'
}

archivesBaseName = 'android-about-page'
Expand Down

0 comments on commit bb09005

Please sign in to comment.