Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Kotlin Coroutines to 1.3.7 #2513

Merged
merged 1 commit into from
May 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>