Skip to content

Commit

Permalink
Fix crash on android 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KingWu committed Nov 25, 2019
1 parent 9dd6875 commit 90b66f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ android {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: device_proxy
description: A plugin helps to get device's proxy setting
version: 0.0.2
version: 0.0.3
authors:
- King Wu <king.wuff101@gmail.com>
homepage: https://github.com/KingWu/device_proxy
Expand Down

0 comments on commit 90b66f7

Please sign in to comment.