diff --git a/app/build.gradle b/app/build.gradle index 126cc39eb..002b111a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 607 - versionName = '6.5.1' + versionCode = 608 + versionName = '6.5.2' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -125,8 +125,8 @@ dependencies { implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl:4.3.2' implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-viewbinding:4.3.2' - implementation 'com.google.dagger:hilt-android:2.49' - kapt 'com.google.dagger:hilt-compiler:2.49' + implementation 'com.google.dagger:hilt-android:2.50' + kapt 'com.google.dagger:hilt-compiler:2.50' implementation 'androidx.hilt:hilt-work:1.1.0' kapt 'androidx.hilt:hilt-compiler:1.1.0' @@ -155,6 +155,6 @@ dependencies { androidTestImplementation 'androidx.room:room-testing:2.6.1' androidTestImplementation 'com.squareup.moshi:moshi-kotlin:1.15.0' - androidTestImplementation 'com.google.dagger:hilt-android-testing:2.49' - kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.49' + androidTestImplementation 'com.google.dagger:hilt-android-testing:2.50' + kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.50' } diff --git a/build.gradle b/build.gradle index cc5e79f50..bdd0d6d33 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:8.2.0' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21' - classpath 'com.google.dagger:hilt-android-gradle-plugin:2.49' + classpath 'com.google.dagger:hilt-android-gradle-plugin:2.50' classpath 'com.google.devtools.ksp:symbol-processing-gradle-plugin:1.9.21-1.0.15' } }