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 6, 2019
1 parent 7d0dd01 commit 1339882
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 47
versionName "1.3.0"
versionCode 48
versionName "2.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
Expand Down
6 changes: 3 additions & 3 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 47
versionName "1.3.0"
versionCode 49
versionName "2.0.0"

javaCompileOptions {
annotationProcessorOptions {
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies {
testImplementation 'org.mockito:mockito-core:2.6.3'
androidTestImplementation 'org.mockito:mockito-android:2.6.3'
implementation 'androidx.annotation:annotation:1.1.0'
api 'no.nordicsemi.android:log:2.1.1'
api 'no.nordicsemi.android:log:2.2.0'
// Spongycastle - Android implementation of Bouncy Castle
implementation 'com.madgag.spongycastle:core:1.56.0.0'
implementation 'com.madgag.spongycastle:prov:1.56.0.0'
Expand Down

0 comments on commit 1339882

Please sign in to comment.