File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'kotlin-parcelize'
55
66android {
77
8- compileSdkVersion 34
8+ compileSdkVersion 36
99 defaultConfig {
1010 applicationId " com.lukaslechner.coroutineusecasesonandroid"
1111 versionCode 1
@@ -53,7 +53,7 @@ android {
5353dependencies {
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 "
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.9 .21'
4+ ext. kotlin_version = ' 2.2 .21'
55 repositories {
66 google()
77 mavenCentral()
You can’t perform that action at this time.
0 commit comments