Skip to content

Commit

Permalink
version bumped to 1.0.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanrajaratnam committed Sep 18, 2018
1 parent cad2dff commit 04fb529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 28
versionCode 11
versionName "1.0.1"
versionCode 12
versionName "1.0.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
Expand Down
4 changes: 2 additions & 2 deletions android-nrf-mesh-library/meshprovisioner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 28
versionCode 11
versionName "1.0.1"
versionCode 12
versionName "1.0.2"
}

buildTypes {
Expand Down

0 comments on commit 04fb529

Please sign in to comment.