Skip to content

Commit

Permalink
Version codes bumped for release
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanrajaratnam committed Apr 8, 2019
1 parent 922c597 commit 2b9072e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 18
targetSdkVersion 28
versionCode 68
versionName "2.7.1"
versionCode 69
versionName "2.7.2"
resConfigs "en"

vectorDrawables.useSupportLibrary = true
Expand Down
4 changes: 2 additions & 2 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 23
targetSdkVersion 28
versionCode 282716802 // target: 28, version: 2.6.0, build: 68, multi-APK: 01
versionName "2.7.1"
versionCode 282726903 // target: 28, version: 2.6.0, build: 68, multi-APK: 01
versionName "2.7.2"
resConfigs "en"
}
lintOptions {
Expand Down

0 comments on commit 2b9072e

Please sign in to comment.