Skip to content

Commit 0745598

Browse files
authored
Merge pull request #214 from Crazy-Marvin/dependabot/gradle/androidx.hilt-hilt-compiler-1.3.0
Bump androidx.hilt:hilt-compiler from 1.2.0 to 1.3.0
2 parents fea4049 + 837ac0a commit 0745598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ dependencies {
203203
//Dagger-hilt
204204
implementation ("com.google.dagger:hilt-android:2.55")
205205
ksp ("com.google.dagger:hilt-android-compiler:2.55")
206-
ksp ("androidx.hilt:hilt-compiler:1.2.0")
206+
ksp ("androidx.hilt:hilt-compiler:1.3.0")
207207

208208
//ffmpeg
209209
implementation ("com.arthenica:smart-exception-java:0.2.1")

0 commit comments

Comments
 (0)