Skip to content

Commit 1a32cea

Browse files
Merge branch 'master' into coroutines_course_complete
2 parents 3975f55 + 78e7a51 commit 1a32cea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'kotlin-parcelize'
55

66
android {
77

8-
compileSdkVersion 34
8+
compileSdkVersion 36
99
defaultConfig {
1010
applicationId "com.lukaslechner.coroutineusecasesonandroid"
1111
versionCode 1
@@ -53,7 +53,7 @@ android {
5353
dependencies {
5454

5555
def lifecycle_version = "2.8.6"
56-
def coroutines_version = "1.8.1"
56+
def coroutines_version = "1.10.2"
5757

5858
implementation fileTree(dir: 'libs', include: ['*.jar'])
5959
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
@@ -92,7 +92,7 @@ dependencies {
9292

9393
implementation 'com.jakewharton.timber:timber:5.0.1'
9494

95-
def room_version = "2.6.1"
95+
def room_version = "2.8.4"
9696
implementation "androidx.room:room-runtime:$room_version"
9797
implementation "androidx.room:room-ktx:$room_version"
9898
kapt "androidx.room:room-compiler:$room_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.9.21'
4+
ext.kotlin_version = '2.2.21'
55
repositories {
66
google()
77
mavenCentral()

0 commit comments

Comments
 (0)