- added shuffler and repeat mode - xxxhdpi icons - typos - new styles - not fully working playing queue [alpha]
9 lines
246 B
Groovy
9 lines
246 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
buildscript {
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
dependencies {
|
|
classpath 'com.android.tools.build:gradle:1.0.0'
|
|
}
|
|
}
|