diff --git a/amethyst/build.gradle b/amethyst/build.gradle index 30f276914..34bda279a 100644 --- a/amethyst/build.gradle +++ b/amethyst/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.vitorpamplona.amethyst" minSdk libs.versions.android.minSdk.get().toInteger() targetSdk libs.versions.android.targetSdk.get().toInteger() - versionCode 413 - versionName "0.93.0" + versionCode 414 + versionName "0.93.1" buildConfigField "String", "RELEASE_NOTES_ID", "\"f9e228d0579b0256044b54a78037f06edfa06c24862c368ad7e02b5caa7bd309\"" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"