Skip to content

Commit 86dbfea

Browse files
committed
updated gradle
1 parent 7a498d8 commit 86dbfea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ dependencies {
328328
androidTestImplementation "org.assertj:assertj-core:3.24.2"
329329

330330
// dagger
331-
testImplementation("com.google.dagger:hilt-android-testing${daggerVersion}")
332-
androidTestImplementation("com.google.dagger:hilt-android-testing${daggerVersion}")
331+
testImplementation("com.google.dagger:hilt-android-testing:${daggerVersion}")
332+
androidTestImplementation("com.google.dagger:hilt-android-testing:${daggerVersion}")
333333
}
334334

335335
static String getGitWorkingBranch() {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
mavenCentral()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:8.5.1'
11+
classpath 'com.android.tools.build:gradle:8.5.2'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313
classpath("com.google.dagger:hilt-android-gradle-plugin:$dagger_version")
1414
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)