Skip to content

Commit 42ece2d

Browse files
authored
Merge pull request #562 from WalletConnect/develop
Release BOM 1.3.0, Core 1.8.0, Web3Wallet 1.1.0, Sign 2.6.0, Auth 1.6.0, Chat 1.0.0-alpha07
2 parents 65869fb + 193d3fd commit 42ece2d

File tree

250 files changed

+4853
-852
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+4853
-852
lines changed

.github/workflows/ci_db_migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Core DB Migration Verification
3838
env:
3939
WC_CLOUD_PROJECT_ID: ${{ secrets.WC_CLOUD_PROJECT_ID }}
40-
run: ./gradlew :androidCore:impl:verifyDebugAndroidCoreDatabaseMigration
40+
run: ./gradlew :androidCore:sdk:verifyDebugAndroidCoreDatabaseMigration
4141

4242
- name: Sign DB Migration Verification
4343
env:

.github/workflows/ci_sdks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
matrix:
2626
conf: [
2727
{ name: Android-Core SDK, command: ":androidCore:sdk:testDebugUnitTest" },
28-
{ name: Android-Core Impl, command: ":androidCore:impl:testDebugUnitTest" },
2928
{ name: Sign SDK, command: ":sign:sdk:testDebugUnitTest" },
3029
{ name: Auth SDK, command: ":auth:sdk:testDebugUnitTest" },
3130
{ name: Chat SDK, command: ":chat:sdk:testDebugUnitTest" },

ReadMe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ WalletConnect v2 protocols for Android applications.
1010

1111
| BOM | [Core SDK](androidCore) | [web3wallet](web3/wallet) | [Sign SDK](sign) | [Auth SDK](auth) | [Chat SDK](chat) |
1212
|-------|-------------------------|---------------------------|------------------|------------------|------------------|
13+
| 1.3.0 | 1.8.0 | 1.1.0 | 2.6.0 | 1.6.0 | 1.0.0-alpha07 |
1314
| 1.2.0 | 1.7.0 | 1.0.0 | 2.5.0 | 1.5.0 | 1.0.0-alpha06 |
1415
| 1.1.1 | 1.6.0 | | 2.4.0 | 1.4.0 | 1.0.0-alpha05 |
1516
| 1.0.1 | 1.5.0 | | 2.3.1 | 1.3.0 | 1.0.0-alpha04 |

androidCore/bom/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies {
1313
constraints {
1414
api(project(":foundation"))
1515
api(project(":androidCore:sdk"))
16-
api(project(":androidCore:impl"))
1716
api(project(":sign:sdk"))
1817
api(project(":auth:sdk"))
1918
api(project(":chat:sdk"))

androidCore/impl/build.gradle.kts

Lines changed: 0 additions & 72 deletions
This file was deleted.

androidCore/impl/proguard-rules.pro

Lines changed: 0 additions & 4 deletions
This file was deleted.

androidCore/impl/src/main/AndroidManifest.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

androidCore/impl/src/main/kotlin/com/walletconnect/android/impl/common/SDKError.kt

Lines changed: 0 additions & 5 deletions
This file was deleted.

androidCore/impl/src/main/kotlin/com/walletconnect/android/impl/common/model/ConnectionState.kt

Lines changed: 0 additions & 5 deletions
This file was deleted.

androidCore/impl/src/main/kotlin/com/walletconnect/android/impl/common/model/type/EngineEvent.kt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)