@@ -26,27 +26,27 @@ android {
2626 }
2727 }
2828 compileOptions {
29- sourceCompatibility = JavaVersion .VERSION_1_8
30- targetCompatibility = JavaVersion .VERSION_1_8
29+ sourceCompatibility = JavaVersion .VERSION_17
30+ targetCompatibility = JavaVersion .VERSION_17
3131 }
3232 kotlinOptions {
33- jvmTarget = " 1.8 "
33+ jvmTarget = JavaVersion . VERSION_17 .toString()
3434 }
3535}
3636
3737dependencies {
3838 implementation(project(" :transformations" ))
3939 implementation(project(" :transformations-gpu" ))
4040 implementation(project(" :transformations-face-detection" ))
41- implementation(" io.coil-kt:coil:${project.coilVersion} " )
41+ implementation(" io.coil-kt.coil3 :coil-compose :${project.coilVersion} " )
4242
43- implementation(" androidx.appcompat:appcompat:1.4.1 " )
44- implementation(" androidx.constraintlayout:constraintlayout:2.1.3 " )
45- implementation(" androidx.core:core-ktx:1.7 .0" )
43+ implementation(" androidx.appcompat:appcompat:1.7.0 " )
44+ implementation(" androidx.constraintlayout:constraintlayout:2.2.0 " )
45+ implementation(" androidx.core:core-ktx:1.15 .0" )
4646 implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
47- implementation(" androidx.lifecycle:lifecycle-livedata-ktx:2.4.1 " )
48- implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1 " )
49- implementation(" androidx.recyclerview:recyclerview:1.2.1 " )
47+ implementation(" androidx.lifecycle:lifecycle-livedata-ktx:2.8.7 " )
48+ implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 " )
49+ implementation(" androidx.recyclerview:recyclerview:1.3.2 " )
5050
51- implementation(" com.google.android.material:material:1.5 .0" )
51+ implementation(" com.google.android.material:material:1.12 .0" )
5252}
0 commit comments