Skip to content

Commit

Permalink
Bumping up the new release version
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgonzalezf committed Feb 5, 2017
1 parent 8f38c9e commit 50a9053
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions weather-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "rcgonzalezf.org.weather"
minSdkVersion 14
targetSdkVersion 25
versionCode 3
versionName "0.1.2"
versionCode 4
versionName "0.2.0"

testApplicationId "org.rcgonzalezf.weather.test"
testHandleProfiling true
Expand Down
4 changes: 2 additions & 2 deletions weather-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 3
versionName "0.1.2"
versionCode 4
versionName "0.2.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 50a9053

Please sign in to comment.