Skip to content

Commit 0b75346

Browse files
committed
Specific libraries description [skip ci]
1 parent 7fdcc2d commit 0b75346

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk-addon-android-speech/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ publish {
5454
groupId = project.group
5555
artifactId = project.name.replace("sdk-", "")
5656
publishVersion = project.version
57-
desc = 'Android Speech Addon for the Conversational Flow Component (VUI SDK)'
57+
desc = 'Built-in Speech addon for the Android Conversational Flow Component (VUI SDK)'
5858
website = 'https://github.com/chattylabs/sdk-conversational-flow'
5959
}

sdk-addon-google-speech/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ publish {
6666
groupId = project.group
6767
artifactId = project.name.replace("sdk-", "")
6868
publishVersion = project.version
69-
desc = 'Google Speech Addon for the Conversational Flow Component (VUI SDK)'
69+
desc = 'Google Speech addon for the Android Conversational Flow Component (VUI SDK)'
7070
website = 'https://github.com/chattylabs/sdk-conversational-flow'
7171
}

sdk-conversational-flow-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ publish {
5858
groupId = project.group
5959
artifactId = project.name.replace("sdk-", "")
6060
publishVersion = project.version
61-
desc = 'Conversational Flow Component (VUI SDK)'
61+
desc = 'Android Conversational Flow Component (VUI SDK)'
6262
website = 'https://github.com/chattylabs/android-sdk-conversational-flow'
6363
}

0 commit comments

Comments
 (0)