File tree 5 files changed +10
-4
lines changed
5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## 1.0.42 (7/7/2017)
2
8
3
9
#### Bug Fixes
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
16
16
mavenCentral()
17
17
}
18
18
dependencies {
19
- compile 'com.anjlab.android.iab.v3:library:1.0.+ '
19
+ compile 'com.anjlab.android.iab.v3:library:1.0.43 '
20
20
}
21
21
```
22
22
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.3.2 '
8
+ classpath ' com.android.tools.build:gradle:2.3.3 '
9
9
classpath ' nl.javadude.gradle.plugins:license-gradle-plugin:0.7.0'
10
10
}
11
11
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'signing'
4
4
apply plugin : ' checkstyle'
5
5
6
6
group ' com.anjlab.android.iab.v3'
7
- version ' 1.0.42 '
7
+ version ' 1.0.43 '
8
8
9
9
android {
10
10
compileSdkVersion 23
@@ -39,7 +39,7 @@ dependencies {
39
39
configurations. archives. extendsFrom configurations. default
40
40
41
41
signing {
42
- required { has( " release " ) && gradle. taskGraph. hasTask(" uploadArchives" ) }
42
+ required { gradle. taskGraph. hasTask(" uploadArchives" ) }
43
43
sign configurations. archives
44
44
}
45
45
You can’t perform that action at this time.
0 commit comments