Commit 5771fd10 authored by Lucio Maciel's avatar Lucio Maciel

Update dependencies

parent ee00529b
...@@ -5,20 +5,20 @@ ext { ...@@ -5,20 +5,20 @@ ext {
compileSdk : 28, compileSdk : 28,
targetSdk : 28, targetSdk : 28,
minSdk : 21, minSdk : 21,
buildTools : '28.0.2', buildTools : '28.0.3',
dokka : '0.9.16', dokka : '0.9.16',
// For app // For app
kotlin : '1.2.61', kotlin : '1.2.61',
coroutine : '0.25.0', coroutine : '0.25.0',
appCompat : '1.0.0-rc02', appCompat : '1.0.0',
recyclerview : '1.0.0-rc02', recyclerview : '1.0.0',
constraintLayout : '2.0.0-alpha2', constraintLayout : '2.0.0-alpha2',
cardview : '1.0.0-rc02', cardview : '1.0.0',
browser : '1.0.0-rc02', browser : '1.0.0',
androidKtx : '1.0.0-rc02', androidKtx : '1.0.0',
workmanager : '1.0.0-alpha08', workmanager : '1.0.0-alpha09',
dagger : '2.16', dagger : '2.16',
firebaseCloudMessage : '17.3.0', firebaseCloudMessage : '17.3.0',
...@@ -26,10 +26,10 @@ ext { ...@@ -26,10 +26,10 @@ ext {
playServices : '16.0.0', playServices : '16.0.0',
exoPlayer : '2.8.2', exoPlayer : '2.8.2',
flexbox : '1.0.0', flexbox : '1.0.0',
material : '1.0.0-beta01', material : '1.0.0',
room : '2.0.0-rc01', room : '2.0.0',
lifecycle : '2.0.0-rc01', lifecycle : '2.0.0',
livedataKtx : '2.0.1', livedataKtx : '2.0.1',
......
...@@ -5,7 +5,7 @@ apply plugin: 'kotlin-kapt' ...@@ -5,7 +5,7 @@ apply plugin: 'kotlin-kapt'
android { android {
compileSdkVersion versions.compileSdk compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools buildToolsVersion '28.0.3'
defaultConfig { defaultConfig {
minSdkVersion versions.minSdk minSdkVersion versions.minSdk
......
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