Skip to content

Commit

Permalink
fix: make tss-client an api instead of implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Dec 13, 2023
1 parent 0be0db4 commit d9b71ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ android {
}

dependencies {

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
Expand Down
7 changes: 1 addition & 6 deletions web3-android-mpc-provider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,9 @@ android {
}

dependencies {

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
//tss-client-android
implementation 'com.github.torusresearch:tss-client-android:1.0.0'
//Web3j
api 'com.github.torusresearch:tss-client-android:1.0.0'
implementation 'org.web3j:core:4.9.5'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
Expand Down

0 comments on commit d9b71ae

Please sign in to comment.