This repository was archived by the owner on Aug 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ used as an example by [Android nRF Toolbox](https://github.com/NordicSemiconduct
12
12
The library is available on jcenter and Maven-Central repositories. Add the following dependency
13
13
to your * build.gradle* file:
14
14
``` grovy
15
- implementation 'no.nordicsemi.android:ble-common:2.0.0 '
15
+ implementation 'no.nordicsemi.android:ble-common:2.0.5 '
16
16
```
17
17
The BLE Common library depends on BLE Library with the same version number.
18
18
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'com.jfrog.bintray'
6
6
ext {
7
7
PUBLISH_GROUP_ID = 'no.nordicsemi.android'
8
8
PUBLISH_ARTIFACT_ID = 'ble-common'
9
- PUBLISH_VERSION = '2.0.0 '
9
+ PUBLISH_VERSION = '2.0.5 '
10
10
11
11
bintrayRepo = 'android'
12
12
bintrayName = 'ble-common-library'
@@ -36,8 +36,8 @@ android {
36
36
defaultConfig {
37
37
minSdkVersion 18
38
38
targetSdkVersion 28
39
- versionCode 20
40
- versionName " 2.0.0 "
39
+ versionCode 25
40
+ versionName " 2.0.5 "
41
41
42
42
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
43
43
}
@@ -57,7 +57,7 @@ android {
57
57
58
58
dependencies {
59
59
// Import the BLE Library
60
- api ' no.nordicsemi.android:ble:2.0.0 '
60
+ api ' no.nordicsemi.android:ble:2.0.5 '
61
61
62
62
testImplementation ' junit:junit:4.12'
63
63
androidTestImplementation ' com.android.support.test:runner:1.0.2'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
jcenter()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.2.1 '
10
+ classpath ' com.android.tools.build:gradle:3.3.0 '
11
11
/*
12
12
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
13
13
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
Original file line number Diff line number Diff line change 1
- # Fri Sep 28 13:33:27 CEST 2018
1
+ # Fri Feb 01 11:35:19 CET 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.1 -all.zip
You can’t perform that action at this time.
0 commit comments