File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ dependencies {
120120 ksp " androidx.room:room-compiler:2.7.2"
121121
122122 // Dagger - Hilt
123- implementation " com.google.dagger:hilt-android:2.56.2 "
124- ksp " com.google.dagger:hilt-android-compiler:2.56.2 "
123+ implementation " com.google.dagger:hilt-android:2.57 "
124+ ksp " com.google.dagger:hilt-android-compiler:2.57 "
125125 ksp " androidx.hilt:hilt-compiler:1.2.0"
126126 implementation ' androidx.hilt:hilt-navigation-compose:1.2.0'
127127
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ buildscript {
55 }
66 dependencies {
77 classpath ' com.jaredsburrows:gradle-license-plugin:0.9.8'
8- classpath " com.google.dagger:hilt-android-gradle-plugin:2.56.2 "
8+ classpath " com.google.dagger:hilt-android-gradle-plugin:2.57 "
99 }
1010}
1111plugins {
12- id ' com.android.application' version ' 8.8.2 ' apply false
12+ id ' com.android.application' version ' 8.12.0 ' apply false
1313 id ' org.jetbrains.kotlin.android' version ' 2.2.0' apply false
1414 id ' org.jetbrains.kotlin.plugin.compose' version ' 2.2.0' apply false
1515 id ' com.google.devtools.ksp' version ' 2.2.0-2.0.2' apply false
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ dependencies {
5252 implementation " com.google.code.gson:gson:2.13.1"
5353
5454 // Dagger - Hilt
55- implementation " com.google.dagger:hilt-android:2.56.2 "
56- ksp " com.google.dagger:hilt-android-compiler:2.56.2 "
55+ implementation " com.google.dagger:hilt-android:2.57 "
56+ ksp " com.google.dagger:hilt-android-compiler:2.57 "
5757 ksp " androidx.hilt:hilt-compiler:1.2.0"
5858 implementation ' androidx.hilt:hilt-navigation-compose:1.2.0'
5959}
Original file line number Diff line number Diff line change 11# Mon Jun 30 04:17:48 ECT 2025
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ android {
3636 }
3737
3838 compileOptions {
39- sourceCompatibility JavaVersion . VERSION_1_8
40- targetCompatibility JavaVersion . VERSION_1_8
39+ sourceCompatibility JavaVersion . VERSION_17
40+ targetCompatibility JavaVersion . VERSION_17
4141 }
4242 kotlinOptions {
4343 jvmTarget = ' 1.8'
@@ -57,8 +57,8 @@ dependencies {
5757 googleImplementation ' org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.1'
5858
5959 // Dagger - Hilt
60- implementation " com.google.dagger:hilt-android:2.56.2 "
61- ksp " com.google.dagger:hilt-android-compiler:2.56.2 "
60+ implementation " com.google.dagger:hilt-android:2.57 "
61+ ksp " com.google.dagger:hilt-android-compiler:2.57 "
6262 ksp " androidx.hilt:hilt-compiler:1.2.0"
6363 implementation ' androidx.hilt:hilt-navigation-compose:1.2.0'
6464
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ dependencies {
9393 ksp " androidx.room:room-compiler:2.7.2"
9494
9595 // Dagger - Hilt
96- implementation " com.google.dagger:hilt-android:2.56.2 "
97- ksp " com.google.dagger:hilt-android-compiler:2.56.2 "
96+ implementation " com.google.dagger:hilt-android:2.57 "
97+ ksp " com.google.dagger:hilt-android-compiler:2.57 "
9898 ksp " androidx.hilt:hilt-compiler:1.2.0"
9999 implementation ' androidx.hilt:hilt-navigation-compose:1.2.0'
100100
You can’t perform that action at this time.
0 commit comments