Skip to content

Commit fd93948

Browse files
Update Kotlin Version to 1.4.21 and Coroutines Version to 1.4.2
1 parent f62f15a commit fd93948

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
dependencies {
4343

4444
def lifecycle_version = "2.2.0"
45-
def coroutines_version = "1.3.9"
45+
def coroutines_version = "1.4.2"
4646

4747
implementation fileTree(dir: 'libs', include: ['*.jar'])
4848
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.4.0'
4+
ext.kotlin_version = '1.4.21'
55
repositories {
66
google()
77
jcenter()

0 commit comments

Comments
 (0)