Skip to content

Commit 1cbf8c3

Browse files
authored
Update SDK versions (#232)
1 parent f029621 commit 1cbf8c3

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ task clean(type: Delete) {
3333
}
3434

3535
ext {
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'

connect-button/publish.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ task sourcesJar(type: Jar) {
2525
}
2626

2727
task javadoc(type: Javadoc) {
28+
failOnError false
2829
source = android.sourceSets.main.java.srcDirs
2930
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
3031
}

connect-location/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)