Skip to content

Commit

Permalink
Merge version code bump
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanrajaratnam committed Nov 21, 2019
2 parents b512524 + ef3aa01 commit 4b29037
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 29
versionCode 59
versionName "2.1.3"
versionCode 60
versionName "2.1.4"
testInstrumentationRunner "androidx.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 @@ -29,8 +29,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 29
versionCode 59
versionName "2.1.3"
versionCode 60
versionName "2.1.4"

javaCompileOptions {
annotationProcessorOptions {
Expand Down

0 comments on commit 4b29037

Please sign in to comment.