Update dependencies

This commit is contained in:
Jonas Lochmann 2023-04-10 02:00:00 +02:00
parent 4ca18499ab
commit fb479083bf
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -164,22 +164,22 @@ wire {
dependencies {
def nav_version = "2.5.3"
def room_version = "2.5.0"
def work_version = '2.8.0'
def room_version = "2.5.1"
def work_version = '2.8.1'
def paging_version = "3.1.1"
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.core:core:1.9.0'
implementation 'androidx.core:core:1.10.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation "com.google.android.material:material:1.8.0"
implementation 'androidx.compose.material:material:1.3.1'
implementation 'androidx.activity:activity-compose:1.6.1'
implementation 'androidx.compose.material:material:1.4.1'
implementation 'androidx.activity:activity-compose:1.7.0'
implementation "com.google.accompanist:accompanist-flowlayout:0.30.0"
implementation 'androidx.compose.material:material-icons-extended:1.3.1'
implementation 'androidx.fragment:fragment-ktx:1.5.5'
implementation 'androidx.compose.material:material-icons-extended:1.4.1'
implementation 'androidx.fragment:fragment-ktx:1.5.6'
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation "androidx.navigation:navigation-ui:$nav_version"
@ -215,7 +215,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.1.0"
googleApiImplementation "com.android.billingclient:billing-ktx:5.2.0"
implementation('io.socket:socket.io-client:2.0.0') {
exclude group: 'org.json', module: 'json'