First snapshot (beta 0.9)

- playlists working (not all features added yet)
- minor fixes and improvements
This commit is contained in:
Karim Abou Zeid 2015-03-18 15:32:35 +01:00
commit 11ee05ce64
30 changed files with 1055 additions and 126 deletions

View file

@ -17,14 +17,14 @@ repositories {
android {
compileSdkVersion 22
buildToolsVersion "21.1.2"
buildToolsVersion "22"
defaultConfig {
applicationId "com.kabouzeid.gramophone"
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "1.0"
versionName "0.9b"
}
compileOptions {