Skip to content

Commit c8146ab

Browse files
committed
Bump version
1 parent 91e9d49 commit c8146ab

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ implementing boring In-App Billing API but should focus on more important
1111
things - their apps. With this in mind, the library was designed to be
1212
fast, flexible and secure.
1313

14-
**Current version:** 0.9.4
14+
**Current version:** 1.0.0
1515

1616
### Why?
1717

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

4040
- Gradle/Android Studio in `build.gradle`:
4141
```groovy
42-
compile 'org.solovyev.android:checkout:0.9.4'
42+
compile 'org.solovyev.android:checkout:1.0.0'
4343
```
4444
**Note:** if you get the following warning
4545
> Conflict with dependency 'com.google.code.findbugs:jsr305'. Resolved versions for app (a.b.c) and test app (x.y.z) differ.
@@ -57,7 +57,7 @@ See [Android Studio](http://g.co/androidstudio/app-test-app-conflict) and [Gradl
5757
<dependency>
5858
<groupId>org.solovyev.android</groupId>
5959
<artifactId>checkout</artifactId>
60-
<version>0.9.4</version>
60+
<version>1.0.0</version>
6161
<type>aar</type>
6262
</dependency>
6363
```

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ buildscript {
88
ext {
99
versions = [libs: [support: "25.1.1"],
1010
sdk : [compile: 24, buildTools: "24.0.1", min: 9, target: 24],
11-
code: 39,
12-
name: "0.9.4"]
11+
code: 40,
12+
name: "1.0.0"]
1313
}
1414
}
1515

0 commit comments

Comments
 (0)