We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c7002 commit aa3ceb0Copy full SHA for aa3ceb0
hms-plugin/build.gradle
@@ -13,7 +13,7 @@ android {
13
minSdkVersion 17
14
targetSdkVersion 30
15
versionCode 1
16
- versionName "1.0.0"
+ versionName "1.1.0"
17
18
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
consumerProguardFiles 'consumer-rules.pro'
@@ -59,4 +59,4 @@ dependencies {
59
60
apply from: 'maven-publish.gradle'
61
apply from: 'jacoco.gradle'
62
-apply from: 'sonar.gradle'
+apply from: 'sonar.gradle'
0 commit comments