diff --git a/ScreenShots/HomeScreen.png b/ScreenShots/HomeScreen.png index 0804cea7..079d6777 100644 Binary files a/ScreenShots/HomeScreen.png and b/ScreenShots/HomeScreen.png differ diff --git a/ScreenShots/PlayList.png b/ScreenShots/PlayList.png index cd2b6280..cf31426b 100644 Binary files a/ScreenShots/PlayList.png and b/ScreenShots/PlayList.png differ diff --git a/app/build.gradle b/app/build.gradle index 1523d234..368332d8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,8 +34,8 @@ android { applicationId 'com.shabinder.spotiflyer' minSdkVersion 22 targetSdkVersion 29 - versionCode 3 - versionName "1.2" + versionCode 4 + versionName "1.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } packagingOptions { diff --git a/app/src/main/java/com/shabinder/spotiflyer/ui/spotify/SpotifyViewModel.kt b/app/src/main/java/com/shabinder/spotiflyer/ui/spotify/SpotifyViewModel.kt index c3a98e34..a1d53213 100644 --- a/app/src/main/java/com/shabinder/spotiflyer/ui/spotify/SpotifyViewModel.kt +++ b/app/src/main/java/com/shabinder/spotiflyer/ui/spotify/SpotifyViewModel.kt @@ -36,7 +36,7 @@ class SpotifyViewModel: ViewModel() { var subFolder:String = "" var trackList = MutableLiveData>() private val loading = "Loading" - var title = MutableLiveData().apply { value = "\"SpotiFlyer\"" } + var title = MutableLiveData().apply { value = loading } var coverUrl = MutableLiveData().apply { value = loading } var spotifyService : SpotifyService? = null var ytDownloader : YoutubeDownloader? = null diff --git a/app/src/main/res/xml/app_update.xml b/app/src/main/res/xml/app_update.xml index c04d3e83..6703e0d2 100644 --- a/app/src/main/res/xml/app_update.xml +++ b/app/src/main/res/xml/app_update.xml @@ -18,8 +18,8 @@ - 1.2 - 3 + 1.3 + 4 https://github.com/Shabinder/SpotiFlyer/releases \ No newline at end of file