Skip to content

Commit

Permalink
bump build version to accomodate #287
Browse files Browse the repository at this point in the history
  • Loading branch information
serggl committed Jul 24, 2017
1 parent c8e0cd8 commit 8954265
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.43 (7/24/2017)

#### Features

* [#287](https://github.com/anjlab/android-inapp-billing-v3/pull/287): Support for getBuyIntentExtraParams() - [@ratm](https://github.com/ratm).

## 1.0.42 (7/7/2017)

#### Bug Fixes
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.+'
compile 'com.anjlab.android.iab.v3:library:1.0.43'
}
```

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.2'
classpath 'com.android.tools.build:gradle:2.3.3'
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,7 +4,7 @@ apply plugin: 'signing'
apply plugin: 'checkstyle'

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

android {
compileSdkVersion 23
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies {
configurations.archives.extendsFrom configurations.default

signing {
required { has("release") && gradle.taskGraph.hasTask("uploadArchives") }
required { gradle.taskGraph.hasTask("uploadArchives") }
sign configurations.archives
}

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

0 comments on commit 8954265

Please sign in to comment.