From c9b26746ff98a3874ca949645b1341d103fbfb60 Mon Sep 17 00:00:00 2001 From: Miguel Castiblanco Date: Wed, 18 Jul 2018 22:01:58 -0700 Subject: [PATCH] [build.gradle] Upgraded to update of the chapter --- Chapter2/RssReader/build.gradle | 4 ++-- Chapter3/RssReader/build.gradle | 4 ++-- Chapter4/RssReader/build.gradle | 4 ++-- Chapter5/RssReader/build.gradle | 4 ++-- Chapter6/RssReader/build.gradle | 4 ++-- Chapter7/RssReader/build.gradle | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Chapter2/RssReader/build.gradle b/Chapter2/RssReader/build.gradle index 5f8ae73..fbad598 100755 --- a/Chapter2/RssReader/build.gradle +++ b/Chapter2/RssReader/build.gradle @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.2.21' - ext.coroutines_version = '0.21.2' + ext.kotlin_version = '1.2.50' + ext.coroutines_version = '0.23.3' repositories { google() diff --git a/Chapter3/RssReader/build.gradle b/Chapter3/RssReader/build.gradle index 5f8ae73..fbad598 100755 --- a/Chapter3/RssReader/build.gradle +++ b/Chapter3/RssReader/build.gradle @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.2.21' - ext.coroutines_version = '0.21.2' + ext.kotlin_version = '1.2.50' + ext.coroutines_version = '0.23.3' repositories { google() diff --git a/Chapter4/RssReader/build.gradle b/Chapter4/RssReader/build.gradle index 5f8ae73..fbad598 100755 --- a/Chapter4/RssReader/build.gradle +++ b/Chapter4/RssReader/build.gradle @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.2.21' - ext.coroutines_version = '0.21.2' + ext.kotlin_version = '1.2.50' + ext.coroutines_version = '0.23.3' repositories { google() diff --git a/Chapter5/RssReader/build.gradle b/Chapter5/RssReader/build.gradle index 3a7c29d..15810b3 100755 --- a/Chapter5/RssReader/build.gradle +++ b/Chapter5/RssReader/build.gradle @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.2.30' - ext.coroutines_version = '0.21.2' + ext.kotlin_version = '1.2.50' + ext.coroutines_version = '0.23.3' repositories { google() diff --git a/Chapter6/RssReader/build.gradle b/Chapter6/RssReader/build.gradle index 3a7c29d..15810b3 100755 --- a/Chapter6/RssReader/build.gradle +++ b/Chapter6/RssReader/build.gradle @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.2.30' - ext.coroutines_version = '0.21.2' + ext.kotlin_version = '1.2.50' + ext.coroutines_version = '0.23.3' repositories { google() diff --git a/Chapter7/RssReader/build.gradle b/Chapter7/RssReader/build.gradle index d420018..80aed6d 100755 --- a/Chapter7/RssReader/build.gradle +++ b/Chapter7/RssReader/build.gradle @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.2.41' - ext.coroutines_version = '0.22.5' + ext.kotlin_version = '1.2.50' + ext.coroutines_version = '0.23.3' repositories { google()