-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from solana-mobile/migrate-solana-mobile
Migrate to Solana Mobile
- Loading branch information
Showing
4 changed files
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Web3Kt | ||
# Web3 Core | ||
Multiplatform Web3 Library | ||
|
||
# Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ kotlin.js.compiler=ir | |
|
||
# Group name and project version, used when publishing. For official releases, the version should be | ||
# provided to Gradle via '-P version="1.0"'. | ||
group=io.github.funkatronics | ||
artifactId=web3kt | ||
group=com.solanamobile | ||
artifactId=web3-core | ||
version=main-SNAPSHOT | ||
|
||
SONATYPE_HOST=S01 | ||
|
@@ -14,19 +14,19 @@ SONATYPE_AUTOMATIC_RELEASE=true | |
SONATYPE_CONNECT_TIMEOUT_SECONDS=60 | ||
SONATYPE_CLOSE_TIMEOUT_SECONDS=900 | ||
|
||
POM_NAME=Web3KT | ||
POM_NAME=web3-core | ||
POM_DESCRIPTION=Multiplatform Kotlin Library for Web3 Primitives | ||
POM_INCEPTION_YEAR=2023 | ||
POM_URL=https://github.com/Funkatronics/Web3Kt | ||
POM_URL=https://github.com/solana-mobile/web3-core | ||
|
||
POM_LICENSE_NAME=The Apache Software License, Version 2.0 | ||
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt | ||
POM_LICENSE_DIST=repo | ||
|
||
POM_SCM_URL=https://github.com/Funkatronics/Web3Kt | ||
POM_SCM_CONNECTION=scm:git:git://github.com/Funkatronics/Web3Kt.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/Funkatronics/Web3Kt.git | ||
POM_SCM_URL=https://github.com/solana-mobile/web3-core | ||
POM_SCM_CONNECTION=scm:git:git://github.com/solana-mobile/web3-core | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/solana-mobile/web3-core | ||
|
||
POM_DEVELOPER_ID=Funkatronics | ||
POM_DEVELOPER_NAME=Marco Martinez | ||
POM_DEVELOPER_URL=https://github.com/Funkatronics/ | ||
POM_DEVELOPER_NAME=Solana Mobile Engineering | ||
POM_DEVELOPER_URL=https://solanamobile.com | ||
POM_DEVELOPER_EMAIL=eng@solanamobile.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters