diff --git a/build.gradle b/build.gradle index f5f6fbf..1ad281d 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { //============================================================================================== // Versions - Application //============================================================================================== - KOTLIN_VERSION = '1.4.31' + KOTLIN_VERSION = '1.4.32' KOTLIN_COROUTINES_CORE = '1.4.3' ANDROID_BUILD_TOOLS = '4.1.2'