Skip to content

Commit 6050e92

Browse files
authored
Merge pull request #18 from algolia/feature/rename-voice-ui
Feature/rename voice ui
2 parents 66b9d28 + 185a2e6 commit 6050e92

32 files changed

+5
-6
lines changed

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ android {
2424
}
2525

2626
dependencies {
27-
implementation project(":voice")
28-
implementation project(":ui")
27+
implementation project(':voice-ui')
2928

3029
implementation dependency_jvm.kotlin_stdlib
3130

dependency.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ext.with {
99
benManes = '0.20.0'
1010
jvm = '1.8'
1111

12-
appcompat = '28.0.0-rc02'
13-
design = '28.0.0-rc02'
12+
appcompat = '28.0.0'
13+
design = '28.0.0'
1414
constraintLayout = '1.1.2'
1515
espresso = '3.0.2'
1616

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':voice', ':ui'
1+
include ':app', ':voice', ':voice-ui'
File renamed without changes.

ui/build.gradle renamed to voice-ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151
}
5252

5353
dependencies {
54-
implementation project(":voice")
54+
api project(":voice")
5555

5656
implementation dependency_jvm.kotlin_stdlib
5757

ui/src/main/kotlin/com/algolia/instantsearch/voice/ui/DrawableSprite.kt renamed to voice-ui/src/main/kotlin/com/algolia/instantsearch/voice/ui/DrawableSprite.kt

File renamed without changes.

ui/src/main/kotlin/com/algolia/instantsearch/voice/ui/RippleView.kt renamed to voice-ui/src/main/kotlin/com/algolia/instantsearch/voice/ui/RippleView.kt

File renamed without changes.

ui/src/main/kotlin/com/algolia/instantsearch/voice/ui/Sprite.kt renamed to voice-ui/src/main/kotlin/com/algolia/instantsearch/voice/ui/Sprite.kt

File renamed without changes.

0 commit comments

Comments
 (0)