Update AGP and dependencies

This commit is contained in:
Ricki Hirner 2023-12-01 09:38:37 +01:00
parent fca6b5b890
commit 3eb8eba70c
No known key found for this signature in database
GPG key ID: 79A019FCAAEDD3AA
2 changed files with 5 additions and 5 deletions

View file

@ -131,9 +131,9 @@ dependencies {
kapt "com.google.dagger:hilt-android-compiler:${versions.hilt}" // replace by KSP when ready [https://issuetracker.google.com/179057202]
// support libs
implementation 'androidx.activity:activity-compose:1.8.0'
implementation 'androidx.activity:activity-compose:1.8.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.browser:browser:1.6.0'
implementation 'androidx.browser:browser:1.7.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.concurrent:concurrent-futures-ktx:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

View file

@ -12,8 +12,8 @@ buildscript {
kotlin: '1.9.20', // keep in sync with * app/build.gradle composeOptions.kotlinCompilerExtensionVersion
// * com.google.devtools.ksp at the end of this file
okhttp: '4.12.0',
room: '2.6.0',
workManager: '2.9.0-rc01',
room: '2.6.1',
workManager: '2.9.0',
// Apache Commons versions
commonsCollections: '4.4',
commonsLang: '3.13.0',
@ -34,7 +34,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'com.android.tools.build:gradle:8.2.0'
classpath "com.google.dagger:hilt-android-gradle-plugin:${versions.hilt}"
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${versions.aboutLibraries}"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"