Skip to content

Commit

Permalink
Version code bumped for release
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanrajaratnam committed Aug 7, 2019
1 parent b9c4089 commit 8d642d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Example/nrf-mesh/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId "no.nordicsemi.android.nrfmeshprovisioner"
minSdkVersion 18
targetSdkVersion 29
versionCode 48
versionName "2.0.0"
versionCode 49
versionName "2.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion android-nrf-mesh-library/meshprovisioner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
minSdkVersion 18
targetSdkVersion 29
versionCode 49
versionName "2.0.0"
versionName "2.0.1"

javaCompileOptions {
annotationProcessorOptions {
Expand Down

0 comments on commit 8d642d3

Please sign in to comment.