Skip to content

Commit

Permalink
release version 1.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
serggl committed Jun 3, 2017
1 parent f77e9b5 commit 851ab47
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.0.40 (6/3/2017)

#### Features

* [#273](https://github.com/anjlab/android-inapp-billing-v3/pull/273): Added ability to include developer payload in updateSubscription() methods - [@autonomousapps](https://github.com/autonomousapps).

#### Refactor

* [#271](https://github.com/anjlab/android-inapp-billing-v3/pull/271): Converted single-element arraylist into singleton list - [@autonomousapps](https://github.com/autonomousapps).

## 1.0.39 (4/3/2017)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.7.0'
}
}
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ apply plugin: 'signing'
apply plugin: 'checkstyle'

group 'com.anjlab.android.iab.v3'
version '1.0.39'
version '1.0.40'

android {
compileSdkVersion 23
buildToolsVersion '25.0.2'
buildToolsVersion '25.0.3'

defaultConfig {
versionCode 1
Expand Down
Binary file modified sample/libs/anjlab-iabv3-current.jar
Binary file not shown.

0 comments on commit 851ab47

Please sign in to comment.