Skip to content

Commit

Permalink
Merge pull request #41 from giantsol/master
Browse files Browse the repository at this point in the history
(#39) Upgrade Kotlin Gradle plugin to 1.3.60
  • Loading branch information
eojine committed Nov 25, 2019
2 parents 6faa49d + 9460164 commit bc8a7d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 0.2.4
- Android: Fix issue #39

## 0.2.3
- iOS: Fix Volume detection bug on iPhone 10.3.3.

Expand Down
6 changes: 3 additions & 3 deletions android/build.gradle
Expand Up @@ -2,14 +2,14 @@ group 'flutter.moum.hardware_buttons'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.2.71'
ext.kotlin_version = '1.3.60'
repositories {
google()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.5.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down Expand Up @@ -40,5 +40,5 @@ android {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: hardware_buttons
description: A Flutter plugin for iOS and Android for detecting various hardware buttons such as volume and home button.
version: 0.2.3
version: 0.2.4
authors:
- Hansol Lee <giantsol64@gmail.com>
- Eojin Yang <eozinee@gmail.com>
Expand Down

0 comments on commit bc8a7d6

Please sign in to comment.