Skip to content

Commit

Permalink
Update readme instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Feb 6, 2016
1 parent 2e5ec9e commit 962592e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ repositories {
dependencies {
compile 'com.journeyapps:zxing-android-embedded:3.1.0@aar'
compile 'com.google.zxing:core:3.2.0'
compile 'com.android.support:appcompat-v7:23.1.0' // Version 23+ is required
}
android {
buildToolsVersion '23.0.2' // Older versions may give compile errors
}
```

## Usage with IntentIntegrator
Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ buildscript {
}
}

// Projects to be published to bintray
def PUBLISH_PROJECTS = ['zxing-android-embedded']

subprojects {
repositories {
jcenter()
Expand Down

0 comments on commit 962592e

Please sign in to comment.