Skip to content

Commit be84fee

Browse files
committed
bump build version to accomodate #289, #293, #295
1 parent 5bcaf61 commit be84fee

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.0.44 (8/7/2017)
2+
3+
#### Features
4+
5+
* [#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).
6+
* [#293](https://github.com/anjlab/android-inapp-billing-v3/pull/293): Nullability and javadocs - [@AllanWang](https://github.com/AllanWang).
7+
* [#289](https://github.com/anjlab/android-inapp-billing-v3/pull/289): Add proguard rule - [@AllanWang](https://github.com/AllanWang).
8+
19
## 1.0.43 (7/24/2017)
210

311
#### Features

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
mavenCentral()
1717
}
1818
dependencies {
19-
compile 'com.anjlab.android.iab.v3:library:1.0.43'
19+
compile 'com.anjlab.android.iab.v3:library:1.0.44'
2020
}
2121
```
2222

library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'
44
apply plugin: 'checkstyle'
55

66
group 'com.anjlab.android.iab.v3'
7-
version '1.0.43'
7+
version '1.0.44'
88

99
android {
1010
compileSdkVersion 23

sample/libs/anjlab-iabv3-current.jar

330 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)