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

Commit

Permalink
Upgraded obd-java-api to 1.0-RC14.
Browse files Browse the repository at this point in the history
  • Loading branch information
pires committed Dec 14, 2015
1 parent bd001a4 commit 2543bfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ apply plugin: 'java'
* Edit `main build.gradle` and change:

```
compile 'com.github.pires:obd-java-api:1.0-RC13'`
compile 'com.github.pires:obd-java-api:1.0-RC14'`
```

to
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.android.tools.build:gradle:1.5.0'
}
}

Expand Down Expand Up @@ -42,7 +42,7 @@ android {

dependencies {
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.github.pires:obd-java-api:1.0-RC13'
compile 'com.github.pires:obd-java-api:1.0-RC14'
compile 'org.roboguice:roboguice:3.+'
provided 'org.roboguice:roboblender:3.+'
compile 'com.squareup.retrofit:retrofit:1.9.0'
Expand Down

0 comments on commit 2543bfc

Please sign in to comment.