Skip to content

Commit

Permalink
v.148
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasoreland committed Aug 30, 2015
1 parent fb23f41 commit c7f599e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ android {
latest {
minSdkVersion 14
targetSdkVersion 21
versionName "1.47"
versionCode 14000047
versionName "1.48"
versionCode 14000048
}
froyo {
minSdkVersion 8
targetSdkVersion 18
versionName "1.47"
versionCode 8000047
versionName "1.48"
versionCode 8000048
}
}

Expand Down
4 changes: 2 additions & 2 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 20
targetSdkVersion 20
versionName "1.47"
versionCode 14000047
versionName "1.48"
versionCode 14000048
}

signingConfigs {
Expand Down

0 comments on commit c7f599e

Please sign in to comment.