Skip to content

Commit

Permalink
all: bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Jul 4, 2024
1 parent f0bfcb6 commit b072b21
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 @@ -12,8 +12,8 @@ android {
minSdkVersion 21
compileSdk 34
targetSdkVersion 34
versionCode 1
versionName "1.1.0"
versionCode 2
versionName "2.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand Down

0 comments on commit b072b21

Please sign in to comment.