From aa3ceb065e9d9b46044a1c771c379f2d89ec1863 Mon Sep 17 00:00:00 2001 From: Arnaud Barisain-Monrose Date: Wed, 28 Jul 2021 10:21:15 +0200 Subject: [PATCH] all: release 1.1.0 --- hms-plugin/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hms-plugin/build.gradle b/hms-plugin/build.gradle index 051f9d1..79aafa0 100644 --- a/hms-plugin/build.gradle +++ b/hms-plugin/build.gradle @@ -13,7 +13,7 @@ android { minSdkVersion 17 targetSdkVersion 30 versionCode 1 - versionName "1.0.0" + versionName "1.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles 'consumer-rules.pro' @@ -59,4 +59,4 @@ dependencies { apply from: 'maven-publish.gradle' apply from: 'jacoco.gradle' -apply from: 'sonar.gradle' \ No newline at end of file +apply from: 'sonar.gradle'