Skip to content

Commit

Permalink
Update Kotlin Coroutines to 1.3.7 (#2513)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe authored May 21, 2020
1 parent e1972e0 commit 73f4b96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ext {
buildToolsVersion = "29.0.3"
compileSdkVersion = 29

kotlinCoroutinesVersion = '1.3.6'
kotlinCoroutinesVersion = '1.3.7'
androidLifecycleVersion = '2.2.0'
espressoVersion = '3.2.0'
ktlintVersion = '0.36.0'
Expand Down
5 changes: 1 addition & 4 deletions example/lint.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="InvalidPackage">
<ignore path="**/kotlinx-coroutines-core-1.3.6.jar"/>
</issue>
</lint>
</lint>
3 changes: 0 additions & 3 deletions settings/lint.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<lint>
<issue id="InvalidPackage">
<ignore path="**/bcprov-jdk15on-*.jar"/>

<!-- Temporary until https://github.com/Kotlin/kotlinx.coroutines/issues/2004 is resolved. -->
<ignore path="**/kotlinx-coroutines-core-1.3.6.jar"/>
</issue>
</lint>

0 comments on commit 73f4b96

Please sign in to comment.