Skip to content

Commit

Permalink
bump build version to accomodate #289, #293, #295
Browse files Browse the repository at this point in the history
  • Loading branch information
serggl committed Aug 7, 2017
1 parent 5bcaf61 commit be84fee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.0.44 (8/7/2017)

#### Features

* [#295](https://github.com/anjlab/android-inapp-billing-v3/pull/295): Address a bug with a developer payload check for the promo codes - [@serggl](https://github.com/serggl).
* [#293](https://github.com/anjlab/android-inapp-billing-v3/pull/293): Nullability and javadocs - [@AllanWang](https://github.com/AllanWang).
* [#289](https://github.com/anjlab/android-inapp-billing-v3/pull/289): Add proguard rule - [@AllanWang](https://github.com/AllanWang).

## 1.0.43 (7/24/2017)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
mavenCentral()
}
dependencies {
compile 'com.anjlab.android.iab.v3:library:1.0.43'
compile 'com.anjlab.android.iab.v3:library:1.0.44'
}
```

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'signing'
apply plugin: 'checkstyle'

group 'com.anjlab.android.iab.v3'
version '1.0.43'
version '1.0.44'

android {
compileSdkVersion 23
Expand Down
Binary file modified sample/libs/anjlab-iabv3-current.jar
Binary file not shown.

0 comments on commit be84fee

Please sign in to comment.