File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
335335static String getGitWorkingBranch () {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments