Skip to content

Commit

Permalink
Bump version to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Jan 14, 2016
1 parent f5ce9c6 commit b299968
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1.4@aar'){
compile ('com.github.rubengees:introduction:1.1.5@aar'){
transitive = true;
}
}
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 23
versionCode 10
versionName "1.1.4"
versionCode 11
versionName "1.1.5"
consumerProguardFiles 'proguard-rules.pro'
}
}
Expand Down
4 changes: 2 additions & 2 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 10
versionName "1.1.4"
versionCode 11
versionName "1.1.5"
}
buildTypes {
release {
Expand Down

0 comments on commit b299968

Please sign in to comment.