Skip to content

Commit

Permalink
all: release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisain committed Jul 28, 2021
1 parent 11c7002 commit aa3ceb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hms-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -59,4 +59,4 @@ dependencies {

apply from: 'maven-publish.gradle'
apply from: 'jacoco.gradle'
apply from: 'sonar.gradle'
apply from: 'sonar.gradle'

0 comments on commit aa3ceb0

Please sign in to comment.