Skip to content

Commit

Permalink
Updated libs
Browse files Browse the repository at this point in the history
  • Loading branch information
theothernt committed Oct 4, 2022
1 parent 267f121 commit 1808d65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ dependencies {
implementation('com.google.modernstorage:modernstorage-storage:1.0.0-alpha06')

// Android X
implementation('androidx.core:core-ktx:1.8.0')
implementation('androidx.core:core-ktx:1.9.0')
implementation("androidx.leanback:leanback:1.0.0")
implementation("androidx.leanback:leanback-preference:1.0.0")
implementation("androidx.preference:preference-ktx:1.2.0")
implementation('androidx.activity:activity-ktx:1.5.1')
implementation('androidx.activity:activity-ktx:1.6.0')
implementation('androidx.constraintlayout:constraintlayout:2.1.4')

// Firebase
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.7.10'
ext.kotlin_version = '1.7.20'
repositories {
mavenCentral()
google()
Expand Down

0 comments on commit 1808d65

Please sign in to comment.