Skip to content

Commit 8954265

Browse files
committed
bump build version to accomodate #287
1 parent c8e0cd8 commit 8954265

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.43 (7/24/2017)
2+
3+
#### Features
4+
5+
* [#287](https://github.com/anjlab/android-inapp-billing-v3/pull/287): Support for getBuyIntentExtraParams() - [@ratm](https://github.com/ratm).
6+
17
## 1.0.42 (7/7/2017)
28

39
#### Bug Fixes

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.+'
19+
compile 'com.anjlab.android.iab.v3:library:1.0.43'
2020
}
2121
```
2222

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.3.2'
8+
classpath 'com.android.tools.build:gradle:2.3.3'
99
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.7.0'
1010
}
1111
}

library/build.gradle

+2-2
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.42'
7+
version '1.0.43'
88

99
android {
1010
compileSdkVersion 23
@@ -39,7 +39,7 @@ dependencies {
3939
configurations.archives.extendsFrom configurations.default
4040

4141
signing {
42-
required { has("release") && gradle.taskGraph.hasTask("uploadArchives") }
42+
required { gradle.taskGraph.hasTask("uploadArchives") }
4343
sign configurations.archives
4444
}
4545

sample/libs/anjlab-iabv3-current.jar

1.88 KB
Binary file not shown.

0 commit comments

Comments
 (0)