Skip to content
This repository was archived by the owner on Nov 10, 2017. It is now read-only.

Commit 2543bfc

Browse files
committed
Upgraded obd-java-api to 1.0-RC14.
1 parent bd001a4 commit 2543bfc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ apply plugin: 'java'
6767
* Edit `main build.gradle` and change:
6868

6969
```
70-
compile 'com.github.pires:obd-java-api:1.0-RC13'`
70+
compile 'com.github.pires:obd-java-api:1.0-RC14'`
7171
```
7272

7373
to

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:1.3.0'
6+
classpath 'com.android.tools.build:gradle:1.5.0'
77
}
88
}
99

@@ -42,7 +42,7 @@ android {
4242

4343
dependencies {
4444
compile 'com.android.support:appcompat-v7:22.1.1'
45-
compile 'com.github.pires:obd-java-api:1.0-RC13'
45+
compile 'com.github.pires:obd-java-api:1.0-RC14'
4646
compile 'org.roboguice:roboguice:3.+'
4747
provided 'org.roboguice:roboblender:3.+'
4848
compile 'com.squareup.retrofit:retrofit:1.9.0'

0 commit comments

Comments
 (0)