Skip to content

Commit

Permalink
build.gradle: update Dagger Hilt
Browse files Browse the repository at this point in the history
  • Loading branch information
adrcotfas committed Dec 1, 2021
1 parent 173f713 commit fe0c2a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.apps.adrcotfas.goodtime"
minSdkVersion 23
targetSdkVersion 30
versionCode 140
versionName "2.5.2"
versionCode 141
versionName "2.5.3"
resConfigs "ar-rSA",
"bn-rBD",
"bs-rBA",
Expand Down Expand Up @@ -155,8 +155,8 @@ dependencies {

implementation 'com.google.code.gson:gson:2.8.6'

implementation 'com.google.dagger:hilt-android:2.38.1'
kapt 'com.google.dagger:hilt-compiler:2.38.1'
implementation 'com.google.dagger:hilt-android:2.40.3'
kapt 'com.google.dagger:hilt-compiler:2.40.3'
}

kapt {
Expand Down

0 comments on commit fe0c2a1

Please sign in to comment.