Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Jan 23, 2021
1 parent f458f0f commit 62dab22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ idea.module {
}

buildscript {
ext.kotlin_version = '1.4.10'
ext.kotlin_coroutines_version = '1.3.9'
ext.kotlin_version = '1.4.21'
ext.kotlin_coroutines_version = '1.4.2'

repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.android.tools.build:gradle:4.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down

0 comments on commit 62dab22

Please sign in to comment.