Unverified Commit 8d07a65a authored by Filipe de Lima Brito's avatar Filipe de Lima Brito Committed by GitHub

Merge branch 'develop' into feature/create-channel

parents 60009b87 70855e95
......@@ -53,6 +53,7 @@ android {
packagingOptions {
exclude 'META-INF/core.kotlin_module'
exclude 'META-INF/main.kotlin_module'
}
}
......
......@@ -4,8 +4,8 @@ ext {
compileSdk : 28,
targetSdk : 28,
buildTools : '28.0.0-rc2',
kotlin : '1.2.41',
coroutine : '0.22.5',
kotlin : '1.2.50',
coroutine : '0.23.1',
dokka : '0.9.16',
// Main dependencies
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment