@@ -105,34 +105,34 @@ def getApiKey(String property) {
105105
106106dependencies {
107107 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
108- implementation ' androidx.appcompat:appcompat:1.2.0 '
108+ implementation ' androidx.appcompat:appcompat:1.3.1 '
109109 implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
110110 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
111111 implementation ' androidx.multidex:multidex:2.0.1'
112112 implementation ' androidx.cardview:cardview:1.0.0'
113- implementation " androidx.recyclerview:recyclerview:1.1.0 "
113+ implementation " androidx.recyclerview:recyclerview:1.2.1 "
114114 implementation ' androidx.preference:preference:1.1.1'
115- implementation ' com.google.android.material:material:1.2.1 '
115+ implementation ' com.google.android.material:material:1.4.0 '
116116 implementation ' org.jetbrains:annotations:21.0.1'
117117 implementation ' com.github.frankiesardo:linearlistview:1.0.1@aar'
118118 implementation ' com.codemybrainsout.onboarding:onboarder:1.0.4'
119119 implementation ' com.github.MFlisar:changelog:1.1.7'
120120
121121 // Firebase
122- implementation platform(' com.google.firebase:firebase-bom:28.2.1 ' )
122+ implementation platform(' com.google.firebase:firebase-bom:28.3.0 ' )
123123 implementation ' com.google.android.gms:play-services-ads:20.2.0'
124124 implementation ' com.google.firebase:firebase-messaging'
125125 implementation ' com.google.firebase:firebase-analytics'
126126 implementation ' com.google.firebase:firebase-crashlytics'
127127
128128 // Favorites parsing
129- implementation ' com.google.code.gson:gson:2.8.5 '
130- implementation ' com.google.guava:guava:30.1.1-android '
129+ implementation ' com.google.code.gson:gson:2.8.7 '
130+ implementation ' com.google.guava:guava:30.1.1-jre '
131131
132132 // Settings, About, Feedback
133133 implementation ' com.codemybrainsout.rating:ratingdialog:1.0.8'
134134 implementation ' com.github.eggheadgames:android-about-box:2.0.1'
135- implementation ' com.mikepenz:aboutlibraries:8.3 .1'
135+ implementation ' com.mikepenz:aboutlibraries:8.9 .1'
136136 implementation ' org.rm3l:maoni:9.1.0@aar'
137137 implementation ' org.rm3l:maoni-email:9.1.0@aar'
138138 api ' org.rm3l:maoni-common:9.1.0@aar'
@@ -142,17 +142,17 @@ dependencies {
142142 implementation ' com.apollographql.apollo:apollo-runtime:2.5.9'
143143 implementation ' com.apollographql.apollo:apollo-http-cache:2.5.9'
144144 implementation ' com.apollographql.apollo:apollo-rx2-support:2.5.9'
145- implementation ' io.reactivex.rxjava2:rxandroid:2.0 .1'
145+ implementation ' io.reactivex.rxjava2:rxandroid:2.1 .1'
146146
147147 // Google Play Billing
148148 implementation ' com.android.billingclient:billing:4.0.0'
149149
150150 // Testing dependencies
151151 implementation ' androidx.test.espresso:espresso-contrib:3.4.0' // Needed for idler
152152 implementation ' com.squareup.okhttp3:okhttp:4.9.1'
153- testImplementation ' junit:junit:4.13'
153+ testImplementation ' junit:junit:4.13.2 '
154154 testImplementation ' org.mockito:mockito-core:3.11.2'
155- testImplementation ' org.robolectric:robolectric:4.2 .1' // Can't be upgraded until #5454 is fixed
155+ testImplementation ' org.robolectric:robolectric:4.6 .1' // Can't be upgraded until #5454 is fixed
156156 testImplementation ' androidx.test:core:1.4.0'
157157 testImplementation ' androidx.test:rules:1.4.0'
158158 testImplementation ' androidx.test.espresso:espresso-intents:3.4.0'
0 commit comments