Skip to content

Commit 87cf6a3

Browse files
author
Mann
committed
Update dependencies versions and make neccessary changes afterwards fix #1861
1 parent ecbf4b6 commit 87cf6a3

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dependencies {
104104
implementation "com.github.Raizlabs.DBFlow:dbflow:$rootProject.dbflowVersion"
105105
implementation "androidx.appcompat:appcompat:$rootProject.supportLibraryVersion"
106106
implementation "com.google.android.material:material:$rootProject.designLibraryVersion"
107-
implementation "androidx.preference:preference:1.0.0"
107+
implementation "androidx.preference:preference:1.2.1"
108108
implementation "com.google.android.gms:play-services-maps:$rootProject.playServicesVersion"
109109
implementation "com.google.firebase:firebase-messaging:$rootProject.firebaseMessagingVersion"
110110
implementation "androidx.recyclerview:recyclerview:$rootProject.recyclerViewVersion"
@@ -172,7 +172,7 @@ dependencies {
172172
androidTestImplementation "junit:junit:$rootProject.jUnitVersion"
173173
androidTestImplementation "org.mockito:mockito-core:$rootProject.mockitoVersion"
174174
androidTestImplementation "org.mockito:mockito-android:$rootProject.mockitoVersion"
175-
androidTestImplementation "androidx.annotation:annotation:1.0.0"
175+
androidTestImplementation "androidx.annotation:annotation:1.7.1"
176176
implementation "androidx.arch.core:core-testing:$rootProject.archCoreVersion"
177177
androidTestImplementation("androidx.test.espresso:espresso-contrib:$rootProject.espressoVersion") {
178178
exclude group: 'com.android.support', module: 'appcompat'
@@ -186,7 +186,7 @@ dependencies {
186186
androidTestImplementation "androidx.test:rules:$rootProject.rulesVersion"
187187

188188
implementation 'com.github.rahul-gill.mifos-ui-library:uihouse:alpha-2.1'
189-
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
189+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
190190

191191
// Hilt
192192
implementation("com.google.dagger:hilt-android:2.48")

build.gradle

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -55,28 +55,28 @@ ext {
5555
// App dependencies
5656
countryCodePicker = '2.7.2'
5757
supportLibraryVersion = '1.4.2'
58-
designLibraryVersion = '1.9.0'
59-
recyclerViewVersion = '1.2.1'
58+
designLibraryVersion = '1.11.0'
59+
recyclerViewVersion = '1.3.2'
6060
vectorDrawablesVersion = '1.1.0'
61-
lifecycleVersion = '2.4.1'
61+
lifecycleVersion = '2.6.2'
6262
lifecycleExtensionsVersion = '2.2.0'
6363
retrofitVersion = '2.9.0'
6464
coroutinesTest = '1.7.3'
65-
okHttp3Version = '3.14.9'
66-
butterKnifeVersion = '8.0.1'
65+
okHttp3Version = '4.11.0'
66+
butterKnifeVersion = '10.2.3'
6767
dbflowVersion = '4.2.4'
68-
playServicesVersion = '17.0.1'
69-
firebaseMessagingVersion = '21.1.0'
70-
oss_licenses = '17.0.0'
68+
playServicesVersion = '18.2.0'
69+
firebaseMessagingVersion = '23.4.0'
70+
oss_licenses = '17.0.1'
7171
kotlinVersion = '1.6.10'
7272
tableViewVersion = '0.8.9.4'
7373
biometric = '1.1.0'
7474
archCoreVersion = '2.2.0'
75-
coroutines = '1.6.4'
75+
coroutines = '1.7.3'
7676
jUnitVersion = '4.13.2'
7777
mockitoVersion = '5.4.0'
78-
runnerVersion = '1.6.0-alpha04'
79-
rulesVersion = '1.6.0-alpha01'
78+
runnerVersion = '1.6.0-alpha05'
79+
rulesVersion = '1.6.0-alpha02'
8080
espressoVersion = '3.5.1'
8181
zxingcoreVersion = '3.5.2'
8282
zxingbarcodescannerVersion = '1.9.13'
@@ -87,12 +87,12 @@ ext {
8787
cropviewVersion = '1.1.8'
8888
multiDexVersion = '2.0.1'
8989
annotationLibraryVersion ='1.1.0'
90-
firebaseCrashlyticsVersion = '18.4.1'
91-
activity_version = '1.5.0'
92-
fragment_version = '1.5.0'
90+
firebaseCrashlyticsVersion = '18.6.0'
91+
activity_version = '1.8.2'
92+
fragment_version = '1.6.2'
9393
composeVersion = '1.6.0-alpha05'
94-
composeCompiler = '1.3.2'
94+
composeCompiler = '1.5.7'
9595
composeActivity = '1.7.2'
96-
materialVersion = '1.1.0'
97-
lifecycleVersion = '2.6.1'
96+
materialVersion = '1.1.2'
97+
lifecycleVersion = '2.6.2'
9898
}

0 commit comments

Comments
 (0)