Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix part of #140: Topic play animation #486

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
nit
  • Loading branch information
nikitamarysolomanpvt committed Dec 12, 2019
commit 0a856e0461b101e5475120a6827dc6d2d11821cc
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ dependencies {
'com.google.android.material:material:1.0.0',
'com.google.dagger:dagger:2.24',
'com.google.guava:guava:28.1-android',
'net.cachapa.expandablelayout:expandablelayout:2.9.2',
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version",
'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1',
'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.2.1',
'org.mockito:mockito-core:2.7.22',
'net.cachapa.expandablelayout:expandablelayout:2.9.2',
)
testImplementation(
'androidx.test:core:1.2.0',
Expand Down