From 20e822b177e6cf4c5c172a1bd2ea5432bc3b5403 Mon Sep 17 00:00:00 2001 From: Suphon Thanakornpakapong Date: Sun, 22 Aug 2021 15:01:35 +0700 Subject: [PATCH] Upgrade dependencies --- build.gradle | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 0060e863b4..6169c7cc9b 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/gradle.properties b/gradle.properties index 2b88e92ab4..7e12249065 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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