Skip to content

Commit

Permalink
Updating buildTools version
Browse files Browse the repository at this point in the history
  • Loading branch information
Saranshmalik authored Nov 19, 2020
1 parent e03cdf8 commit 846a2e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ buildscript {
apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
compileSdkVersion 28
buildToolsVersion "28.0.1"

defaultConfig {
minSdkVersion 16
Expand All @@ -38,4 +38,4 @@ dependencies {
api group: 'com.zendesk', name: 'messaging', version: '4.2.1'
api group: 'com.zendesk', name: 'support', version: '4.0.0'
}


0 comments on commit 846a2e8

Please sign in to comment.