Update dependencies

This commit is contained in:
Jonas Lochmann 2022-11-21 01:00:00 +01:00
parent e103f6f072
commit eaa0689634
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -158,7 +158,7 @@ wire {
}
dependencies {
def nav_version = "2.5.2"
def nav_version = "2.5.3"
def room_version = "2.4.3"
def work_version = '2.7.1'
def paging_version = "3.1.1"
@ -169,8 +169,8 @@ dependencies {
implementation 'androidx.core:core:1.9.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation "com.google.android.material:material:1.6.1"
implementation 'androidx.fragment:fragment-ktx:1.5.3'
implementation "com.google.android.material:material:1.7.0"
implementation 'androidx.fragment:fragment-ktx:1.5.4'
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation "androidx.navigation:navigation-ui:$nav_version"
@ -191,8 +191,8 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test:runner:1.5.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
implementation 'com.jakewharton.threetenabp:threetenabp:1.1.0'
@ -206,7 +206,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp-tls:4.9.3'
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.3'
googleApiImplementation "com.android.billingclient:billing-ktx:5.0.0"
googleApiImplementation "com.android.billingclient:billing-ktx:5.1.0"
implementation('io.socket:socket.io-client:2.0.0') {
exclude group: 'org.json', module: 'json'