mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-09 12:30:41 +02:00
Updates dependencies
This commit is contained in:
parent
e452c33a98
commit
4d4c568afc
@ -89,7 +89,7 @@ android {
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
//signingConfig signingConfigs.debug
|
||||
signingConfig signingConfigs.debug
|
||||
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), 'proguard-rules.pro'
|
||||
minifyEnabled true
|
||||
resValue "string", "app_name", "@string/app_name_release"
|
||||
@ -159,7 +159,7 @@ android {
|
||||
dependencies {
|
||||
implementation project(path: ':quartz')
|
||||
implementation "androidx.core:core-ktx:$core_ktx_version"
|
||||
implementation 'androidx.activity:activity-compose:1.8.1'
|
||||
implementation 'androidx.activity:activity-compose:1.8.2'
|
||||
implementation "androidx.compose.ui:ui:$compose_ui_version"
|
||||
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
|
||||
|
||||
|
@ -5,7 +5,7 @@ buildscript {
|
||||
fragment_version = "1.6.2"
|
||||
lifecycle_version = '2.6.2'
|
||||
compose_ui_version = '1.5.4'
|
||||
nav_version = '2.7.5'
|
||||
nav_version = '2.7.6'
|
||||
room_version = "2.4.3"
|
||||
accompanist_version = '0.32.0'
|
||||
coil_version = '2.5.0'
|
||||
|
Loading…
x
Reference in New Issue
Block a user