Skip to content

Commit

Permalink
AndroidX support, v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emostar committed Feb 19, 2019
1 parent d0428c8 commit 366fb61
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.0

* AndroidX support
* Bump java dep to 1.4.2

## 0.0.1

Initial version that implements:
Expand Down
8 changes: 4 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.3.1'
}
}

Expand All @@ -24,17 +24,17 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 27
compileSdkVersion 28

defaultConfig {
minSdkVersion 16
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
disable 'InvalidPackage'
}

dependencies {
api group: 'com.zopim.android', name: 'sdk', version: '1.4.0'
api group: 'com.zopim.android', name: 'sdk', version: '1.4.2'
}
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zendesk
description: Flutter interface for Zendesk Mobile SDK
version: 0.0.1
version: 1.0.0
author: Jon Keating <jon@licq.org>
homepage: https://github.com/emostar/flutter-zendesk

Expand Down

0 comments on commit 366fb61

Please sign in to comment.