Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
serso committed Feb 22, 2017
1 parent 91e9d49 commit c8146ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -11,7 +11,7 @@ implementing boring In-App Billing API but should focus on more important
things - their apps. With this in mind, the library was designed to be
fast, flexible and secure.

**Current version:** 0.9.4
**Current version:** 1.0.0

### Why?

Expand Down Expand Up @@ -39,7 +39,7 @@ CI: [![Build Status](https://travis-ci.org/serso/android-checkout.svg)](https:/

- Gradle/Android Studio in `build.gradle`:
```groovy
compile 'org.solovyev.android:checkout:0.9.4'
compile 'org.solovyev.android:checkout:1.0.0'
```
**Note:** if you get the following warning
> Conflict with dependency 'com.google.code.findbugs:jsr305'. Resolved versions for app (a.b.c) and test app (x.y.z) differ.
Expand All @@ -57,7 +57,7 @@ See [Android Studio](http://g.co/androidstudio/app-test-app-conflict) and [Gradl
<dependency>
<groupId>org.solovyev.android</groupId>
<artifactId>checkout</artifactId>
<version>0.9.4</version>
<version>1.0.0</version>
<type>aar</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -8,8 +8,8 @@ buildscript {
ext {
versions = [libs: [support: "25.1.1"],
sdk : [compile: 24, buildTools: "24.0.1", min: 9, target: 24],
code: 39,
name: "0.9.4"]
code: 40,
name: "1.0.0"]
}
}

Expand Down

0 comments on commit c8146ab

Please sign in to comment.