File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ This SDK uses the following libraries as dependencies:
4242### Gradle
4343``` groovy
4444// Required for Connect API integration.
45- implementation "com.ifttt:connect-api:2.4.3 "
45+ implementation "com.ifttt:connect-api:2.5.1 "
4646// Connect Button UI.
47- implementation "com.ifttt:connect-button:2.4.3 "
47+ implementation "com.ifttt:connect-button:2.5.1 "
4848```
4949
5050## Usage
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ task clean(type: Delete) {
3333}
3434
3535ext {
36- libVersion = ' 2.4.3 '
36+ libVersion = ' 2.5.1 '
3737 okHttpVersion = ' 4.9.0'
3838 retrofitVersion = ' 2.6.1'
3939 moshiVersion = ' 1.8.0'
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ task sourcesJar(type: Jar) {
2525}
2626
2727task javadoc (type : Javadoc ) {
28+ failOnError false
2829 source = android. sourceSets. main. java. srcDirs
2930 classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
3031}
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ IFTTT Connect Location SDK is an add-on library to the [ConnectButton SDK](https
2323### Gradle
2424``` groovy
2525// Required for Connect API integration.
26- implementation "com.ifttt:connect-api:2.4.3 "
26+ implementation "com.ifttt:connect-api:2.5.1 "
2727
2828// Required for Connect Button UI integration.
29- implementation "com.ifttt:connect-button:2.4.3 "
29+ implementation "com.ifttt:connect-button:2.5.1 "
3030
3131// Location service integration.
32- implementation "com.ifttt.connect-location:2.4.3 "
32+ implementation "com.ifttt.connect-location:2.5.1 "
3333```
3434
3535## Usage
You can’t perform that action at this time.
0 commit comments