Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Aug 17, 2016
1 parent fe217b4 commit 638d00f
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.3.2@aar'){
compile ('com.github.rubengees:introduction:1.3.3@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 9
targetSdkVersion 24
versionCode 18
versionName "1.3.2"
versionCode 19
versionName "1.3.3"
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 24
versionCode 18
versionName "1.3.2"
versionCode 19
versionName "1.3.3"
}
buildTypes {
release {
Expand Down

0 comments on commit 638d00f

Please sign in to comment.