Skip to content

Commit

Permalink
Update version (1.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkil committed Jul 7, 2015
1 parent 36aec62 commit f92da76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.3.0-SNAPSHOT
VERSION_CODE=7
VERSION_NAME=1.3.1-SNAPSHOT
VERSION_CODE=8
GROUP=com.github.johnkil.print

POM_DESCRIPTION=A lightweight Android library for use iconic fonts.
Expand Down
6 changes: 3 additions & 3 deletions print-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ android {
applicationId "com.github.johnkil.print.sample"
minSdkVersion 7
targetSdkVersion 22
versionCode 7
versionName "1.3.0"
versionCode 8
versionName "1.3.1"
}
}

dependencies {
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.android.support:appcompat-v7:22.2.0'
compile project(':print')
}
6 changes: 3 additions & 3 deletions print/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ android {
defaultConfig {
minSdkVersion 3
targetSdkVersion 22
versionCode 7
versionName "1.3.0"
versionCode 8
versionName "1.3.1"
}
}

dependencies {
compile 'com.android.support:support-annotations:22.1.1'
compile 'com.android.support:support-annotations:22.2.0'
}

// Used to push in maven
Expand Down

0 comments on commit f92da76

Please sign in to comment.