Upgrading deps. (#331)

This commit is contained in:
Dessalines 2023-07-27 14:31:50 -04:00 committed by GitHub
parent bd77eafbd1
commit 966ef6c24e
3 changed files with 16 additions and 16 deletions

View File

@ -62,7 +62,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.7"
kotlinCompilerExtensionVersion = "1.5.1"
}
namespace 'com.dessalines.thumbkey'
}
@ -72,30 +72,30 @@ dependencies {
implementation 'com.github.alorma:compose-settings-ui-m3:0.27.0'
// To use Kotlin annotation processing tool
ksp "androidx.room:room-compiler:2.5.1"
ksp 'androidx.room:room-compiler:2.5.2'
implementation "androidx.room:room-runtime:2.5.1"
annotationProcessor "androidx.room:room-compiler:2.5.1"
implementation 'androidx.room:room-runtime:2.5.2'
annotationProcessor 'androidx.room:room-compiler:2.5.2'
// optional - Kotlin Extensions and Coroutines support for Room
implementation("androidx.room:room-ktx:2.5.1")
implementation('androidx.room:room-ktx:2.5.2')
// optional - Test helpers
testImplementation "androidx.room:room-testing:2.5.1"
testImplementation 'androidx.room:room-testing:2.5.2'
// optional - Paging 3 Integration
implementation "androidx.room:room-paging:2.5.1"
implementation 'androidx.room:room-paging:2.5.2'
// LiveData
implementation "androidx.compose.runtime:runtime-livedata:1.4.3"
implementation "androidx.lifecycle:lifecycle-runtime-compose:2.6.1"
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.21'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation "androidx.compose.ui:ui:1.4.3"
implementation "androidx.compose.material3:material3:1.1.0"
implementation 'androidx.compose.material3:material3:1.1.1'
implementation "androidx.compose.material:material-icons-extended:1.4.3"
implementation "androidx.compose.material3:material3-window-size-class:1.1.0"
implementation 'androidx.compose.material3:material3-window-size-class:1.1.1'
implementation "androidx.compose.ui:ui-tooling:1.4.3"
implementation "androidx.activity:activity-compose:1.7.2"
implementation "com.louiscad.splitties:splitties-systemservices:3.0.0"

View File

@ -7,11 +7,11 @@ buildscript {
}
plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
id 'com.android.application' version '8.1.0' apply false
id 'com.android.library' version '8.1.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
id 'org.jmailen.kotlinter' version "3.15.0" apply false
id 'com.google.devtools.ksp' version "1.8.21-1.0.11" apply false
id 'com.google.devtools.ksp' version "1.9.0-1.0.12" apply false
}
subprojects {

View File

@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=a62c5f99585dd9e1f95dab7b9415a0e698fa9dd1e6c38537faa81ac078f4d23e
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
distributionSha256Sum=38f66cd6eef217b4c35855bb11ea4e9fbc53594ccccb5fb82dfd317ef8c2c5a3
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists