Skip to content
Snippets Groups Projects
Commit 5e2ea9de authored by Taras's avatar Taras
Browse files

Update dependencies

parent c5bae43b
No related branches found
No related tags found
No related merge requests found
...@@ -56,13 +56,13 @@ dependencies { ...@@ -56,13 +56,13 @@ dependencies {
implementation project(path: ':core') implementation project(path: ':core')
//ChromeTabs //ChromeTabs
implementation "androidx.browser:browser:1.6.0" implementation "androidx.browser:browser:1.7.0"
//Password strength //Password strength
implementation 'com.nulab-inc:zxcvbn:1.8.2' implementation 'com.nulab-inc:zxcvbn:1.8.2'
//Subscriptions //Subscriptions
implementation 'com.android.billingclient:billing-ktx:6.0.1' implementation 'com.android.billingclient:billing-ktx:6.1.0'
//QR //QR
implementation 'com.github.yuriy-budiyev:code-scanner:2.3.2' implementation 'com.github.yuriy-budiyev:code-scanner:2.3.2'
...@@ -70,6 +70,7 @@ dependencies { ...@@ -70,6 +70,7 @@ dependencies {
//Hilt //Hilt
implementation "com.google.dagger:hilt-android:$rootProject.ext.hilt_version" implementation "com.google.dagger:hilt-android:$rootProject.ext.hilt_version"
kapt "com.google.dagger:hilt-compiler:$rootProject.ext.hilt_version" kapt "com.google.dagger:hilt-compiler:$rootProject.ext.hilt_version"
implementation "androidx.hilt:hilt-work:1.1.0"
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.ext:junit:1.1.5'
......
...@@ -63,7 +63,7 @@ dependencies { ...@@ -63,7 +63,7 @@ dependencies {
//Hilt //Hilt
implementation "com.google.dagger:hilt-android:$rootProject.ext.hilt_version" implementation "com.google.dagger:hilt-android:$rootProject.ext.hilt_version"
kapt "com.google.dagger:hilt-compiler:$rootProject.ext.hilt_version" kapt "com.google.dagger:hilt-compiler:$rootProject.ext.hilt_version"
implementation "androidx.hilt:hilt-work:1.0.0" implementation "androidx.hilt:hilt-work:1.1.0"
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.ext:junit:1.1.5'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment