@@ -83,14 +83,19 @@ dependencies {
8383 kapt(" androidx.room:room-compiler:$roomVersion " )
8484
8585 implementation(" androidx.datastore:datastore-preferences:1.0.0" )
86- implementation(" com.google.dagger:hilt-android:2.40.4" )
86+
87+ implementation(" com.google.dagger:hilt-android:2.42" )
88+ kapt(" com.google.dagger:hilt-compiler:2.42" )
89+
8790 implementation(" androidx.asynclayoutinflater:asynclayoutinflater:1.0.0" )
88- kapt( " com.google.dagger:hilt-compiler:2.40.4 " )
91+
8992 implementation(" com.github.bumptech.glide:glide:4.13.1" )
9093 kapt(" com.github.bumptech.glide:compiler:4.13.1" )
91- implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.6.21" )
92- implementation(" androidx.appcompat:appcompat:1.4.2" )
94+
9395 implementation(" id.zelory:compressor:3.0.1" )
96+
97+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.7.0" )
98+ implementation(" androidx.appcompat:appcompat:1.4.2" )
9499 implementation(" com.google.android.material:material:1.7.0-alpha02" )
95100 implementation(" androidx.fragment:fragment-ktx:1.4.1" )
96101 implementation(" androidx.activity:activity-ktx:1.4.0" )
@@ -103,7 +108,6 @@ dependencies {
103108 implementation(" androidx.viewpager2:viewpager2:1.0.0" )
104109 implementation(" androidx.recyclerview:recyclerview:1.2.1" )
105110 implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
106- implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.6.21" )
107111 implementation(" androidx.exifinterface:exifinterface:1.3.3" )
108112 implementation(" androidx.palette:palette-ktx:1.0.0" )
109113
0 commit comments