File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,11 @@ The compat library may be found on jcenter repository. Add it to your project by
28
28
following dependency:
29
29
30
30
``` Groovy
31
- implementation 'no.nordicsemi.android.support.v18:scanner:1.3.1 '
31
+ implementation 'no.nordicsemi.android.support.v18:scanner:1.4.0 '
32
32
```
33
33
34
+ Projects not migrated to Android Jetpack should use version 1.3.1, which is feature-equal to 1.4.0.
35
+
34
36
## API
35
37
36
38
The Scanner Compat API is very similar to the original one, known from Android Oreo.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ apply plugin: 'com.jfrog.bintray'
15
15
ext {
16
16
PUBLISH_GROUP_ID = 'no.nordicsemi.android.support.v18'
17
17
PUBLISH_ARTIFACT_ID = 'scanner'
18
- PUBLISH_VERSION = '1.3.1 '
18
+ PUBLISH_VERSION = '1.4.0 '
19
19
20
20
bintrayRepo = 'android'
21
21
bintrayName = 'no.nordicsemi.android.support.v18:scanner'
@@ -45,8 +45,8 @@ android {
45
45
defaultConfig {
46
46
minSdkVersion 18
47
47
targetSdkVersion 28
48
- versionCode 8
49
- versionName " 1.3.1 "
48
+ versionCode 20
49
+ versionName " 1.4.0 "
50
50
51
51
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
52
52
}
You can’t perform that action at this time.
0 commit comments