Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
Version 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Feb 1, 2019
1 parent 68804b0 commit 82287c2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ used as an example by [Android nRF Toolbox](https://github.com/NordicSemiconduct
The library is available on jcenter and Maven-Central repositories. Add the following dependency
to your *build.gradle* file:
```grovy
implementation 'no.nordicsemi.android:ble-common:2.0.0'
implementation 'no.nordicsemi.android:ble-common:2.0.5'
```
The BLE Common library depends on BLE Library with the same version number.

Expand Down
8 changes: 4 additions & 4 deletions ble-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'com.jfrog.bintray'
ext {
PUBLISH_GROUP_ID = 'no.nordicsemi.android'
PUBLISH_ARTIFACT_ID = 'ble-common'
PUBLISH_VERSION = '2.0.0'
PUBLISH_VERSION = '2.0.5'
bintrayRepo = 'android'
bintrayName = 'ble-common-library'
Expand Down Expand Up @@ -36,8 +36,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 28
versionCode 20
versionName "2.0.0"
versionCode 25
versionName "2.0.5"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand All @@ -57,7 +57,7 @@ android {

dependencies {
// Import the BLE Library
api 'no.nordicsemi.android:ble:2.0.0'
api 'no.nordicsemi.android:ble:2.0.5'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.0'
/*
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Sep 28 13:33:27 CEST 2018
#Fri Feb 01 11:35:19 CET 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 comments on commit 82287c2

Please sign in to comment.