From 28a1f0d6dae63b656144045968d53503fa966454 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 10 May 2023 19:36:07 -0400 Subject: [PATCH] v0.45.1 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b1921914d..fe8451b62 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.vitorpamplona.amethyst" minSdk 26 targetSdk 33 - versionCode 152 - versionName "0.45.0" + versionCode 153 + versionName "0.45.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { @@ -86,7 +86,7 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.10.0' + implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.activity:activity-compose:1.7.1' implementation "androidx.compose.ui:ui:$compose_ui_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"