From 1a3685c5ab56c36a2d4131dfe2877d01d3b955aa Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 1 Jun 2023 16:07:08 -0400 Subject: [PATCH] v0.54.1 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 270e050a5..cf059f08f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.vitorpamplona.amethyst" minSdk 26 targetSdk 33 - versionCode 192 - versionName "0.54.0" + versionCode 193 + versionName "0.54.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { @@ -129,7 +129,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.11' // Json Serialization TODO: We might need to converge between gson and Jackson (we are usin both) - implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.15.1' + implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' // link preview