Update dependencies, gradle, kotlin, okhttp, min and target SDK #16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
gradle wrapper 4.10.1 -> 7.0.2, plugin 3.3.2 -> 7.0.3
kotlin_version 1.3.11 -> 1.5.31
add android:exported="true" to the Manifest as it's required by SDK
31
'androidx.appcompat:appcompat:1.1.0-alpha04' -> 1.4.0
'com.google.android.material:material:1.0.0' -> 1.4.0
'androidx.core:core-ktx:1.1.0-alpha05' -> 1.7.0
'androidx.constraintlayout:constraintlayout:1.1.3' -> 2.1.2
'com.squareup.picasso:picasso:2.71828' ->
'junit:junit:4.12' -> 4.13.2
'androidx.test:runner:1.1.1' -> 1.4.0
'androidx.test.espresso:espresso-core:3.1.1 -> 3.4.0
update observable methods to match nullability
'com.google.android.material:material:1.0.0' -> 1.4.0
'com.squareup.retrofit2:retrofit:2.4.0' -> 2.9.0
'com.squareup.retrofit2:adapter-rxjava2:2.4.0' -> 2.9.0
'com.squareup.retrofit2:converter-moshi:2.4.0' -> 2.9.0
'androidx.paging:paging-runtime:2.1.0' -> ktx 3.1.0
'androidx.paging:paging-rxjava2:2.1.0- -> ktx 3.1.0
'com.jakewharton.rxbinding2:rxbinding:2.1.1' -> 2.2.0
'com.squareup.okhttp3:logging-interceptor:3.11.0- -> 5.0.0-alpha.3
'androidx.lifecycle:lifecycle-extensions:2.0.0' -> 2.2.0
'androidx.lifecycle:lifecycle-compiler:2.1.0-alpha04- -> 2.4.0