From 0f7884b5dfaac56bd87f91c79fc37276c966314c Mon Sep 17 00:00:00 2001 From: rahul <609380+rahul27@users.noreply.github.com> Date: Thu, 19 May 2022 09:24:12 -0700 Subject: [PATCH] Release 0.4.0 (#15) --- 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 096c485..f84b5f9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ maven { ## Version History -The latest release of the SDK is `0.3.1`. 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 `0.4.0`. 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 16a58ac..69a2109 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 = 31 const val versionCode = 1 - const val versionName = "0.3.1" + const val versionName = "0.4.0" const val buildToolsVersion = "30.0.3" const val androidTestInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" const val jvmTarget = "11"