Bumped dependencies
This commit is contained in:
parent
ea32b92465
commit
f551398652
2 changed files with 3 additions and 3 deletions
|
@ -204,7 +204,7 @@ dependencies {
|
|||
implementation 'androidx.emoji2:emoji2-emojipicker:1.4.0-beta02'
|
||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
|
||||
implementation 'androidx.media:media:1.6.0'
|
||||
implementation "androidx.security:security-crypto-ktx:1.1.0-alpha05"
|
||||
implementation "androidx.security:security-crypto-ktx:1.1.0-alpha06"
|
||||
implementation "androidx.window:window:1.0.0"
|
||||
|
||||
def nav_version = "2.5.3"
|
||||
|
@ -218,7 +218,7 @@ dependencies {
|
|||
implementation 'androidx.drawerlayout:drawerlayout:1.2.0'
|
||||
|
||||
// https://github.com/material-components/material-components-android/blob/master/LICENSE Apache v2.0
|
||||
implementation 'com.google.android.material:material:1.8.0'
|
||||
implementation 'com.google.android.material:material:1.9.0'
|
||||
// https://github.com/google/flexbox-layout/blob/main/LICENSE Apache v2.0
|
||||
implementation 'com.google.android.flexbox:flexbox:3.0.0'
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ buildscript {
|
|||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:8.0.1'
|
||||
classpath 'com.google.gms:google-services:4.3.15'
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10'
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21'
|
||||
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.5'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue