From 609647d890b1771c40b1bdd9d260d421207a6af3 Mon Sep 17 00:00:00 2001 From: moonsense-ci <87720312+moonsense-ci@users.noreply.github.com> Date: Fri, 28 Oct 2022 17:21:57 -0400 Subject: [PATCH] Release 1.4.1 (#28) --- README.md | 2 +- buildSrc/src/main/java/AppConfig.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af03834..314a099 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ maven { ## Version History -The latest release of the SDK is `1.4.0`. Details about the current and past releases can be found in the [Releases](https://github.com/moonsense/moonsense-android-sdk/releases) section. +The latest release of the SDK is `1.4.1`. Details about the current and past releases can be found in the [Releases](https://github.com/moonsense/moonsense-android-sdk/releases) section. ## Integration diff --git a/buildSrc/src/main/java/AppConfig.kt b/buildSrc/src/main/java/AppConfig.kt index e454d8d..34e574d 100644 --- a/buildSrc/src/main/java/AppConfig.kt +++ b/buildSrc/src/main/java/AppConfig.kt @@ -8,7 +8,7 @@ object AppConfig { const val minSdkVersion = 16 const val targetSdkVersion = 33 const val versionCode = 1 - const val versionName = "1.4.0" + const val versionName = "1.4.1" const val buildToolsVersion = "30.0.3" const val androidTestInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" const val jvmTarget = "11"