Skip to content

Commit

Permalink
Merge pull request #95 from ostdotcom/team/bug-fix
Browse files Browse the repository at this point in the history
Pull request Bug fix: Removed maven plugin and group id used for jitpack.io
  • Loading branch information
AniketAyachit committed Nov 6, 2019
2 parents c246836 + fca82ea commit b6049e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}

apply plugin: 'com.android.library'
apply plugin: 'maven'
group = 'com.github.ostdotcom'

android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ostdotcom/ost-wallet-sdk-react-native",
"version": "2.3.7",
"version": "2.3.8",
"description": "OST Wallet SDK for React Native applications.",
"main": "./js/index.js",
"repository": {
Expand Down

0 comments on commit b6049e3

Please sign in to comment.