Skip to content

Commit

Permalink
all: bump com.google.dagger:hilt-android-gradle-plugin to 2.54 (fixes
Browse files Browse the repository at this point in the history
#4915) (#4909)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
dependabot[bot] and dogi authored Dec 23, 2024
1 parent d291305 commit 9299206
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 26
targetSdkVersion 34
versionCode 2152
versionName "0.21.52"
versionCode 2153
versionName "0.21.53"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:8.7.3'
classpath "io.realm:realm-gradle-plugin:10.19.0"
classpath "com.google.dagger:hilt-android-gradle-plugin:2.53.1"
classpath "com.google.dagger:hilt-android-gradle-plugin:2.54"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
// NOTE: Do not place your application dependencies here
Expand Down

0 comments on commit 9299206

Please sign in to comment.