Skip to content

Commit

Permalink
[v2.1.0] published
Browse files Browse the repository at this point in the history
  • Loading branch information
b1zantine committed Mar 3, 2016
1 parent 12aea58 commit 7bb787c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ An Android Library based on [ZXing Library](https://github.com/zxing/zxing) with
1. Provide the gradle dependency

```gradle
compile 'me.sudar:zxing-orient:2.1.0-beta@aar'
compile 'me.sudar:zxing-orient:2.1.0@aar'
```
2. Start the Scanner
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "me.sudar.zxingorient.demo"
minSdkVersion 15
targetSdkVersion 23
versionCode 201
versionName "2.0.1"
versionCode 210
versionName "2.1.0"
}
buildTypes {
release {
Expand Down
6 changes: 3 additions & 3 deletions zxing-orient/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ artifacts {
}

group = 'me.sudar'
version = '2.1.0-beta'
version = '2.1.0'
Properties properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())

Expand All @@ -32,9 +32,9 @@ bintray {
name = 'ZXing-Orient'

version {
name = '2.1.0-beta'
name = '2.1.0'
released = new Date()
vcsTag = 'v2.1.0-beta'
vcsTag = 'v2.1.0'
}

licenses = ['Apache-2.0']
Expand Down

0 comments on commit 7bb787c

Please sign in to comment.