diff --git a/.gitignore b/.gitignore index 520a863..90db327 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,9 @@ captures/ .idea/gradle.xml .idea/dictionaries .idea/libraries +.idea/caches + + # Keystore files *.jks diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 1224a6d..39b08a5 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/build.gradle b/build.gradle index 541ca0c..15f0937 100755 --- a/build.gradle +++ b/build.gradle @@ -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 }