Skip to content

Commit

Permalink
Updating chat dependency
Browse files Browse the repository at this point in the history
Also increased the target SDK to fix a build error
  • Loading branch information
danthedrummer committed Dec 18, 2018
1 parent 9d8ad7c commit 33bb658
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

ext {
applicationId = "com.zendesk.sample"
compileSdkVersion = 27
compileSdkVersion = 28
minSdkVersion = 16
targetSdkVersion = 27
targetSdkVersion = 28
zendeskSdkVersion = "2.2.1"
zopimSdkVersion = "1.4.1"
zopimSdkVersion = "1.4.2"
appCompatVersion = "27.1.0"
connectSdkVersion = "2.0.0"
}
Expand Down

0 comments on commit 33bb658

Please sign in to comment.