Skip to content

Commit 0234dff

Browse files
committed
bump build version to accomodate #224
1 parent 6044c6d commit 0234dff

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.38 (1/1/2017)
2+
3+
#### Bug Fixes
4+
5+
* [#224](https://github.com/anjlab/android-inapp-billing-v3/pull/224): Minor type for the function isOneTimePurchaseSupported() - [@omerfarukyilmaz](https://github.com/omerfarukyilmaz).
6+
17
## 1.0.37 (12/24/2016)
28

39
#### Features

library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven'
33
apply plugin: 'signing'
44

55
group 'com.anjlab.android.iab.v3'
6-
version '1.0.37'
6+
version '1.0.38'
77

88
android {
99
compileSdkVersion 23

sample/libs/anjlab-iabv3-current.jar

-7 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)