Skip to content

Commit

Permalink
Upgrade gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-norman committed Jul 13, 2024
1 parent 65dc5a2 commit cf7166a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ buildscript {
val hiltVersion = "2.49"

dependencies {
classpath("com.android.tools.build:gradle:8.5.0")
classpath("com.android.tools.build:gradle:8.5.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.google.dagger:hilt-android-gradle-plugin:$hiltVersion")
classpath("org.jetbrains.kotlin:kotlin-serialization:$kotlinVersion")
}
}

plugins {
id("com.android.application") version "7.4.0" apply false
id("com.android.application") version "7.4.2" apply false
id("org.jetbrains.kotlin.android") version "1.8.0" apply false
id("org.jetbrains.kotlin.kapt") version "1.8.0" apply false
id("com.google.dagger.hilt.android") version "2.49" apply false
Expand Down

0 comments on commit cf7166a

Please sign in to comment.