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

Update kotlin (end_codelab_3) - autoclosed #305

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.5.31'
ext.kotlinVersion = '2.1.0'
ext.navigationVersion = '2.3.5'
repositories {
google()
Expand Down Expand Up @@ -40,7 +40,7 @@ ext {
archTestingVersion = '2.1.0'
coroutinesVersion = '1.5.2'
cardVersion = '1.0.0'
coroutinesVersion = '1.5.0'
coroutinesVersion = '1.9.0'
dexMakerVersion = '2.28.1'
espressoVersion = '3.4.0'
fragmentVersion = '1.4.0'
Expand Down