Skip to content

Commit

Permalink
Upgrade AGP dependency from 8.1.3 to 8.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemkinator committed Nov 17, 2023
1 parent 4ace4ce commit 7f48442
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath("com.android.tools.build:gradle:8.1.3")
classpath("com.android.tools.build:gradle:8.1.4")
//classpath("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:1.9.0-1.0.11")
}
}
Expand All @@ -20,8 +20,8 @@ allprojects {
}

plugins {
id("com.android.application") version "8.1.3" apply false
id("com.android.library") version "8.1.3" apply false
id("com.android.application") version "8.1.4" apply false
id("com.android.library") version "8.1.4" apply false
id("org.jetbrains.kotlin.android") version "1.7.20" apply false
id("com.google.dagger.hilt.android") version "2.42" apply false
}
Expand Down

0 comments on commit 7f48442

Please sign in to comment.