0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-20 03:52:18 +02:00

Upgrade AGP to 7.1.1 / Upgrade other dependencies

This commit is contained in:
Patrick Goldinger 2022-02-13 15:37:47 +01:00
parent b5b82836bc
commit 79eb080811
2 changed files with 7 additions and 7 deletions

View File

@ -75,7 +75,7 @@ android {
}
composeOptions {
kotlinCompilerExtensionVersion = "1.1.0-rc03"
kotlinCompilerExtensionVersion = "1.1.0"
}
externalNativeBuild {
@ -144,13 +144,13 @@ dependencies {
implementation("androidx.activity:activity-ktx:1.4.0")
implementation("androidx.autofill:autofill:1.1.0")
implementation("androidx.collection:collection-ktx:1.2.0")
implementation("androidx.compose.material:material:1.1.0-rc03")
implementation("androidx.compose.runtime:runtime-livedata:1.1.0-rc03")
implementation("androidx.compose.ui:ui:1.1.0-rc03")
implementation("androidx.compose.ui:ui-tooling-preview:1.1.0-rc03")
implementation("androidx.compose.material:material:1.1.0")
implementation("androidx.compose.runtime:runtime-livedata:1.1.0")
implementation("androidx.compose.ui:ui:1.1.0")
implementation("androidx.compose.ui:ui-tooling-preview:1.1.0")
implementation("androidx.core:core-ktx:1.7.0")
implementation("androidx.core:core-splashscreen:1.0.0-beta01")
implementation("androidx.navigation:navigation-compose:2.4.0")
implementation("androidx.navigation:navigation-compose:2.4.1")
implementation("com.google.accompanist:accompanist-flowlayout:0.20.2")
implementation("com.google.accompanist:accompanist-systemuicontroller:0.20.2")
implementation("dev.patrickgold.jetpref:jetpref-datastore-model:0.1.0-beta06")

View File

@ -4,7 +4,7 @@ plugins {
buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.1.0")
classpath("com.android.tools.build:gradle:7.1.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.6.10")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.4")