diff --git a/Example/nrf-mesh/app/build.gradle b/Example/nrf-mesh/app/build.gradle index 1cf9ceb35..310f854ff 100644 --- a/Example/nrf-mesh/app/build.gradle +++ b/Example/nrf-mesh/app/build.gradle @@ -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 diff --git a/android-nrf-mesh-library/meshprovisioner/build.gradle b/android-nrf-mesh-library/meshprovisioner/build.gradle index e33ca9b07..c79cdac3b 100644 --- a/android-nrf-mesh-library/meshprovisioner/build.gradle +++ b/android-nrf-mesh-library/meshprovisioner/build.gradle @@ -28,8 +28,8 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 28 - versionCode 11 - versionName "1.0.1" + versionCode 12 + versionName "1.0.2" } buildTypes {