Skip to content

Commit

Permalink
change gradle settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cheera authored and cheera committed May 3, 2018
1 parent a8abdf6 commit 79dd6d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ captures/
.idea/gradle.xml
.idea/dictionaries
.idea/libraries
.idea/caches



# Keystore files
*.jks
Expand Down
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ bintray {
key = project.ext.properties.key
publications = ['MyPublication']
pkg {
repo = 'BIP'
name = 'BIP39'
userOrg = 'novacrypto'
repo = 'nrlwallet-android-sdk'
name = 'nrlwallet-android-sdk'
userOrg = 'gedanziger'
licenses = ['GPL-3.0']
vcsUrl = "https://github.com/NovaCrypto/BIP32.git"
vcsUrl = "https://github.com/gedanziger/nrlwallet-android-sdk.git"
version {
name = project.version
}
Expand Down

0 comments on commit 79dd6d1

Please sign in to comment.