Upgrading deps. (#145)

This commit is contained in:
Dessalines 2023-04-12 21:17:48 -04:00 committed by GitHub
parent 9bf1669dee
commit 7eb13cae28
5 changed files with 13 additions and 12 deletions

View File

@ -58,7 +58,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.4"
kotlinCompilerExtensionVersion = "1.4.5"
}
namespace 'com.dessalines.thumbkey'
}
@ -83,16 +83,16 @@ dependencies {
implementation "androidx.room:room-paging:2.5.1"
// LiveData
implementation "androidx.compose.runtime:runtime-livedata:1.4.0"
implementation "androidx.compose.runtime:runtime-livedata:1.4.1"
implementation "androidx.lifecycle:lifecycle-runtime-compose:2.6.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.10"
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation "androidx.compose.ui:ui:1.4.0"
implementation "androidx.compose.ui:ui:1.4.1"
implementation "androidx.compose.material3:material3:1.0.1"
implementation "androidx.compose.material:material-icons-extended:1.4.0"
implementation "androidx.compose.material:material-icons-extended:1.4.1"
implementation "androidx.compose.material3:material3-window-size-class:1.0.1"
implementation "androidx.compose.ui:ui-tooling:1.4.0"
implementation "androidx.compose.ui:ui-tooling:1.4.1"
implementation "androidx.activity:activity-compose:1.7.0"
implementation "com.louiscad.splitties:splitties-systemservices:3.0.0"
implementation "com.louiscad.splitties:splitties-views:3.0.0"

View File

@ -9,9 +9,9 @@ buildscript {
plugins {
id 'com.android.application' version '8.1.0-alpha11' apply false
id 'com.android.library' version '8.1.0-alpha11' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
id 'org.jmailen.kotlinter' version "3.13.0" apply false
id 'com.google.devtools.ksp' version "1.8.10-1.0.9" apply false
id 'com.google.devtools.ksp' version "1.8.20-1.0.10" apply false
}
subprojects {

Binary file not shown.

View File

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

7
gradlew vendored
View File

@ -85,9 +85,6 @@ done
APP_BASE_NAME=${0##*/}
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
@ -197,6 +194,10 @@ if "$cygwin" || "$msys" ; then
done
fi
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Collect all arguments for the java command;
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
# shell script including quotes and variable substitutions, so put them in