diff --git a/README.md b/README.md index 5776af770..4e777c9a3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index 014c79be6..5b190987e 100644 --- a/build.gradle +++ b/build.gradle @@ -9,9 +9,6 @@ buildscript { } } -// Projects to be published to bintray -def PUBLISH_PROJECTS = ['zxing-android-embedded'] - subprojects { repositories { jcenter()