From 5c21e219fe586def5e743b9b28891e6e7542df53 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sat, 29 Jun 2024 19:57:53 -0400 Subject: [PATCH] v0.88.8 --- amethyst/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amethyst/build.gradle b/amethyst/build.gradle index c3bc8739f..d154fda61 100644 --- a/amethyst/build.gradle +++ b/amethyst/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.vitorpamplona.amethyst" minSdk 26 targetSdk 34 - versionCode 384 - versionName "0.88.7" + versionCode 385 + versionName "0.88.8" buildConfigField "String", "RELEASE_NOTES_ID", "\"2a34cbadd03212c8162e1ff896ba12641821088a2ec8d5e40d54aa80c0510800\"" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"