Skip to content

Commit

Permalink
client lib and gradle updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sergkh committed May 21, 2018
1 parent 0d6d738 commit c771f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ dependencies {
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:appcompat-v7:25.3.1'
implementation 'io.reactivex:rxjava:1.0.13'
implementation 'com.fidesmo:ble-client-android:0.1.15'
implementation 'com.fidesmo:ble-client-android:0.1.16'
implementation 'com.fidesmo:nordpol-android:0.1.18'
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.android.tools.build:gradle:3.1.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit c771f64

Please sign in to comment.