Skip to content

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dm77 committed Jul 31, 2015
1 parent b08ff0d commit 17e693e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Installation

Add the following dependency to your build.gradle file.

`compile 'me.dm7.barcodescanner:zxing:1.8'`
`compile 'me.dm7.barcodescanner:zxing:1.8.1'`

Simple Usage
------------
Expand Down Expand Up @@ -115,7 +115,7 @@ Installation

Add the following dependency to your build.gradle file.

`compile 'me.dm7.barcodescanner:zbar:1.8'`
`compile 'me.dm7.barcodescanner:zbar:1.8.1'`

Simple Usage
------------
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

allprojects {
group = 'me.dm7.barcodescanner'
version = '1.8'
version = '1.8.1'

repositories {
mavenCentral()
Expand Down Expand Up @@ -42,8 +42,8 @@ subprojects {
defaultConfig {
minSdkVersion 9
targetSdkVersion 22
versionCode 180
versionName "1.8.0"
versionCode 181
versionName "1.8.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion zbar/sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

dependencies {
//compile project(":zbar:zbar")
compile 'me.dm7.barcodescanner:zbar:1.8'
compile 'me.dm7.barcodescanner:zbar:1.8.1'
compile supportLibraryDependency
compile 'com.android.support:appcompat-v7:21.0.3'
}
Expand Down
2 changes: 1 addition & 1 deletion zbar/zbar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {

dependencies {
//compile project(":core")
compile 'me.dm7.barcodescanner:core:1.8'
compile 'me.dm7.barcodescanner:core:1.8.1'
compile fileTree(dir: 'libs', include: '*.jar')
}

Expand Down
2 changes: 1 addition & 1 deletion zxing/sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

dependencies {
//compile project(":zxing:zxing")
compile 'me.dm7.barcodescanner:zxing:1.8'
compile 'me.dm7.barcodescanner:zxing:1.8.1'
compile supportLibraryDependency
compile 'com.android.support:appcompat-v7:21.0.3'
}
Expand Down
2 changes: 1 addition & 1 deletion zxing/zxing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {

dependencies {
//compile project(":core")
compile 'me.dm7.barcodescanner:core:1.8'
compile 'me.dm7.barcodescanner:core:1.8.1'
compile 'com.google.zxing:core:3.2.0'
}

Expand Down

0 comments on commit 17e693e

Please sign in to comment.