Rename kotlin package to org.bitcoindevkit, rust lib to bdkffi
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package uniffi.bdk
|
||||
package org.bitcoindevkit
|
||||
|
||||
import android.app.Application
|
||||
import android.content.Context.MODE_PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user