Skip to content

Commit 9ca224f

Browse files
committed
add descriptions
1 parent a95cbf3 commit 9ca224f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

android-test-utils/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ android {
3030
}
3131
}
3232

33+
description 'web3j android test lib'
34+
3335
dependencies {
3436

3537
implementation 'androidx.appcompat:appcompat:1.7.0'

besu/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ android {
3131
}
3232
}
3333

34+
description 'web3j besu support project'
35+
3436
dependencies {
3537
api project(':eea')
3638
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'

0 commit comments

Comments
 (0)