@@ -116,7 +116,6 @@ android {
116116 minifyEnabled true
117117 zipAlignEnabled true
118118 shrinkResources true
119- useProguard false
120119 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro' , ' proguard-rules-no-obfuscate.pro'
121120 testProguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-project-test.pro'
122121 applicationIdSuffix " .debug"
@@ -175,22 +174,22 @@ android {
175174dependencies {
176175 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
177176
178- debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.2 '
177+ debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.3 '
179178 debugImplementation ' com.gu.android:toolargetool:0.2.1@aar'
180179 debugImplementation " io.objectbox:objectbox-android-objectbrowser:$objectboxVersion "
181180 releaseImplementation " io.objectbox:objectbox-android:$objectboxVersion "
182181
183- implementation ' androidx.core:core-ktx:1.2 .0'
182+ implementation ' androidx.core:core-ktx:1.3 .0'
184183 implementation ' androidx.appcompat:appcompat:1.1.0'
185- implementation ' androidx.preference:preference:1.1.0 '
184+ implementation ' androidx.preference:preference:1.1.1 '
186185 implementation ' androidx.media:media:1.1.0'
187186 implementation ' androidx.exifinterface:exifinterface:1.2.0'
188- implementation ' androidx.recyclerview:recyclerview:1.2.0-alpha02 '
189- implementation ' com.google.android.material:material:1.2 .0-alpha06 '
187+ implementation ' androidx.recyclerview:recyclerview:1.2.0-alpha04 '
188+ implementation ' com.google.android.material:material:1.3 .0-alpha01 '
190189 implementation ' androidx.percentlayout:percentlayout:1.0.0'
191190 implementation ' org.jsoup:jsoup:1.12.1'
192- implementation ' com.squareup.retrofit2:converter-gson:2.6.4 '
193- implementation ' com.squareup.retrofit2:adapter-rxjava2:2.6.4 '
191+ implementation ' com.squareup.retrofit2:converter-gson:2.9.0 '
192+ implementation ' com.squareup.retrofit2:adapter-rxjava2:2.9.0 '
194193 // noinspection GradleDependency
195194 implementation(' com.squareup.okhttp3:logging-interceptor:3.12.3' ) {
196195 force = true // don't change
@@ -201,10 +200,10 @@ dependencies {
201200 // https://cashapp.github.io/2019-02-05/okhttp-3-13-requires-android-5
202201 }
203202 implementation ' com.squareup:seismic:1.0.2'
204- implementation ' io.reactivex.rxjava2:rxjava:2.2.10 '
203+ implementation ' io.reactivex.rxjava2:rxjava:2.2.19 '
205204 implementation ' io.reactivex.rxjava2:rxandroid:2.1.1'
206205 implementation ' com.jakewharton.rxbinding3:rxbinding:3.1.0'
207- implementation ' com.google.code.gson:gson:2.8.5 '
206+ implementation ' com.google.code.gson:gson:2.8.6 '
208207 // noinspection GradleDependency
209208 implementation(' com.github.bumptech.glide:glide:3.8.0' ) {
210209 force = true
@@ -217,11 +216,11 @@ dependencies {
217216 implementation ' me.dkzwm.widget.srl:core:1.6.6.7.androidx'
218217 implementation ' me.dkzwm.widget.srl:ext-classics:1.6.6.7.androidx'
219218
220- fossImplementation " androidx.work:work-runtime-ktx:2.3.4"
221- fossImplementation " androidx.work:work-rxjava2:2.3.4"
222- proprietaryImplementation ' com.google.firebase:firebase-analytics:17.3.0 '
223- proprietaryImplementation ' com.google.firebase:firebase-messaging:20.1.5 '
224- proprietaryImplementation ' com.google.firebase:firebase-crashlytics:17.0.0-beta04 '
219+ implementation " androidx.work:work-runtime-ktx:2.3.4"
220+ implementation " androidx.work:work-rxjava2:2.3.4"
221+ proprietaryImplementation ' com.google.firebase:firebase-analytics:17.4.3 '
222+ proprietaryImplementation ' com.google.firebase:firebase-messaging:20.2.1 '
223+ proprietaryImplementation ' com.google.firebase:firebase-crashlytics:17.1.0 '
225224
226225// implementation 'androidx.slice:slice-core:1.0.0'
227226// implementation 'androidx.slice:slice-builders:1.0.0'
0 commit comments