Skip to content

Commit

Permalink
dep: explicitly define Kotlin api/language versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Dec 20, 2021
1 parent 3aedf0d commit a0bb1e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
* Improve the memory use and performance overhead when handling the delivery response status codes
[#1558](/~https://github.com/bugsnag/bugsnag-android/pull/1558)

* Explicitly define Kotlin api/language versions
[#1564](/~https://github.com/bugsnag/bugsnag-android/pull/1564)

### Bug fixes

* Delete persisted NDK events earlier in delivery process
Expand Down
2 changes: 2 additions & 0 deletions gradle/kotlin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ android {
kotlinOptions {
allWarningsAsErrors = true
jvmTarget = "1.6"
apiVersion = "1.3"
languageVersion = "1.3"
}
}

0 comments on commit a0bb1e8

Please sign in to comment.