Skip to content

Commit 837ac0a

Browse files
Bump androidx.hilt:hilt-compiler from 1.2.0 to 1.3.0
Bumps androidx.hilt:hilt-compiler from 1.2.0 to 1.3.0. --- updated-dependencies: - dependency-name: androidx.hilt:hilt-compiler dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fea4049 commit 837ac0a

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)