Skip to content

Commit

Permalink
Version 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Nov 30, 2017
1 parent 40b3b98 commit ada7e09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ android {
defaultConfig {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 18
targetSdkVersion 26
versionCode 64
versionName "2.5.2"
targetSdkVersion 27
versionCode 65
versionName "2.5.3"
resConfigs "en"
}
buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ android {
defaultConfig {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 23
targetSdkVersion 26
versionCode 262526201 // target: 26, version: 2.5.1, build: 62, multi-APK: 01
versionName "2.5.2"
targetSdkVersion 27
versionCode 272536501 // target: 26, version: 2.5.3, build: 65, multi-APK: 01
versionName "2.5.3"
resConfigs "en"
}
lintOptions {
Expand Down

0 comments on commit ada7e09

Please sign in to comment.