Skip to content

Commit

Permalink
add descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
gtebrean committed Jan 10, 2025
1 parent a95cbf3 commit 9ca224f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android-test-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ android {
}
}

description 'web3j android test lib'

dependencies {

implementation 'androidx.appcompat:appcompat:1.7.0'
Expand Down
2 changes: 2 additions & 0 deletions besu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ android {
}
}

description 'web3j besu support project'

dependencies {
api project(':eea')
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
Expand Down

0 comments on commit 9ca224f

Please sign in to comment.