Upgrade core and appcompat
core 1.8.0 -> 1.9.0 appcompat 1.5.0 -> 1.5.1
This commit is contained in:
parent
385f097beb
commit
7d1ee07963
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ android {
|
|||
dependencies {
|
||||
implementation("androidx.leanback:leanback:1.2.0-alpha02")
|
||||
|
||||
implementation("androidx.core:core-ktx:1.8.0")
|
||||
implementation("androidx.appcompat:appcompat:1.5.0")
|
||||
implementation("androidx.core:core-ktx:1.9.0")
|
||||
implementation("androidx.appcompat:appcompat:1.5.1")
|
||||
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue