Rename kotlin package to org.bitcoindevkit, rust lib to bdkffi

This commit is contained in:
Steve Myers
2021-11-01 19:07:27 -07:00
parent fa1c6ffa33
commit a8f69fbd2b
9 changed files with 31 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ afterEvaluate {
from components.release
// You can then customize attributes of the publication as shown below.
groupId = 'uniffi.bdk'
groupId = 'org.bitcoindevkit'
artifactId = 'bdk'
version = '0.0.1-SNAPSHOT'
}
@@ -42,7 +42,7 @@ afterEvaluate {
// Applies the component for the debug build variant.
from components.debug
groupId = 'uniffi.bdk'
groupId = 'org.bitcoindevkit'
artifactId = 'bdk-debug'
version = '0.0.1-SNAPSHOT'
}

View File

@@ -1,4 +1,4 @@
package uniffi.bdk
package org.bitcoindevkit
import android.app.Application
import android.content.Context.MODE_PRIVATE