Skip to content

Commit 8f8ec36

Browse files
committed
Version 1.4.0
1 parent e040dee commit 8f8ec36

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ The compat library may be found on jcenter repository. Add it to your project by
2828
following dependency:
2929

3030
```Groovy
31-
implementation 'no.nordicsemi.android.support.v18:scanner:1.3.1'
31+
implementation 'no.nordicsemi.android.support.v18:scanner:1.4.0'
3232
```
3333

34+
Projects not migrated to Android Jetpack should use version 1.3.1, which is feature-equal to 1.4.0.
35+
3436
## API
3537

3638
The Scanner Compat API is very similar to the original one, known from Android Oreo.

scanner/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apply plugin: 'com.jfrog.bintray'
1515
ext {
1616
PUBLISH_GROUP_ID = 'no.nordicsemi.android.support.v18'
1717
PUBLISH_ARTIFACT_ID = 'scanner'
18-
PUBLISH_VERSION = '1.3.1'
18+
PUBLISH_VERSION = '1.4.0'
1919
2020
bintrayRepo = 'android'
2121
bintrayName = 'no.nordicsemi.android.support.v18:scanner'
@@ -45,8 +45,8 @@ android {
4545
defaultConfig {
4646
minSdkVersion 18
4747
targetSdkVersion 28
48-
versionCode 8
49-
versionName "1.3.1"
48+
versionCode 20
49+
versionName "1.4.0"
5050

5151
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
5252
}

0 commit comments

Comments
 (0)