Skip to content

Commit

Permalink
Merge pull request #112 from MetaMask/bump-sdk-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
elefantel authored Apr 12, 2024
2 parents e76b9f4 + 0b0bb9c commit 16888f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ add the following entry to the `dependencies` block:

```gradle title="build.gradle"
dependencies {
implementation 'io.metamask.androidsdk:metamask-android-sdk:0.5.2'
implementation 'io.metamask.androidsdk:metamask-android-sdk:0.5.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions metamask-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
targetSdk 33

ext.versionCode = 1
ext.versionName = "0.5.2"
ext.versionName = "0.5.3"

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
consumerProguardFiles 'consumer-rules.pro'
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies {

ext {
PUBLISH_GROUP_ID = 'io.metamask.androidsdk'
PUBLISH_VERSION = '0.5.2'
PUBLISH_VERSION = '0.5.3'
PUBLISH_ARTIFACT_ID = 'metamask-android-sdk'
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package io.metamask.androidsdk

object SDKInfo {
const val VERSION = "0.5.2"
const val VERSION = "0.5.3"
const val PLATFORM = "android"
}

0 comments on commit 16888f9

Please sign in to comment.