Skip to content

Commit

Permalink
Merge pull request #5 from saasquatch/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
slisaasquatch authored Jun 21, 2021
2 parents 98e0931 + b177041 commit 6ee552e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add the dependency:

```gradle
dependencies {
implementation 'com.github.saasquatch:squatch-android:0.0.3'
implementation 'com.github.saasquatch:squatch-android:0.0.4'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
api 'com.github.saasquatch:saasquatch-java-sdk:0.0.2'
api 'com.github.saasquatch:saasquatch-java-sdk:0.0.3'
api 'org.reactivestreams:reactive-streams:1.0.3'
implementation 'io.reactivex.rxjava3:rxjava:3.0.12'
implementation 'io.reactivex.rxjava3:rxjava:3.0.13'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
}

0 comments on commit 6ee552e

Please sign in to comment.