Dialog corner and Filter song duration

This commit is contained in:
h4h13 2019-02-19 16:08:51 +05:30
parent a5a27e62aa
commit fc868e1c2e
75 changed files with 1409 additions and 1294 deletions

View file

@ -1,12 +1,12 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.11'
ext {
supportLibVersion = '1.0.0'
firebase = "11.8.0"
retrofit = "2.3.0"
materialDialog = "0.9.6.0"
materialDialog = "2.0.0"
}
repositories {
jcenter()