mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Upgrade dependencies
This commit is contained in:
@@ -2,7 +2,7 @@ buildscript {
|
||||
ext {
|
||||
kotlin_version = '1.5.10'
|
||||
compose_version = '1.0.1'
|
||||
accompanist_version = '0.16.0'
|
||||
accompanist_version = '0.17.0'
|
||||
libsu_version = '3.1.2'
|
||||
}
|
||||
repositories {
|
||||
@@ -284,7 +284,7 @@ dependencies {
|
||||
implementation "androidx.compose.runtime:runtime-livedata:$compose_version"
|
||||
implementation "androidx.compose.runtime:runtime-rxjava2:$compose_version"
|
||||
implementation "androidx.compose.compiler:compiler:$compose_version"
|
||||
implementation "androidx.navigation:navigation-compose:2.4.0-alpha06"
|
||||
implementation "androidx.navigation:navigation-compose:2.4.0-alpha07"
|
||||
implementation "androidx.palette:palette-ktx:${ANDROID_X_VERSION}"
|
||||
implementation "com.google.accompanist:accompanist-insets:$accompanist_version"
|
||||
implementation "com.google.accompanist:accompanist-insets-ui:$accompanist_version"
|
||||
|
||||
@@ -9,8 +9,8 @@ GRADLE_CLASS_PATH=com.android.tools.build:gradle:4.0.0
|
||||
PROTOBUF_CLASS_PATH=com.google.protobuf:protobuf-gradle-plugin:0.8.16
|
||||
PROTOBUF_DEPENDENCY=com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7
|
||||
|
||||
BUILD_TOOLS_VERSION=30.0.3
|
||||
COMPILE_SDK=android-30
|
||||
BUILD_TOOLS_VERSION=31.0.0
|
||||
COMPILE_SDK=android-31
|
||||
|
||||
org.gradle.jvmargs=-Xmx2048m
|
||||
|
||||
|
||||
Reference in New Issue
Block a user