Version Updated.

This commit is contained in:
shabinder 2020-08-05 14:21:01 +05:30
parent 215120cf82
commit 2455684416
5 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

@ -34,8 +34,8 @@ android {
applicationId 'com.shabinder.spotiflyer' applicationId 'com.shabinder.spotiflyer'
minSdkVersion 22 minSdkVersion 22
targetSdkVersion 29 targetSdkVersion 29
versionCode 3 versionCode 4
versionName "1.2" versionName "1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
packagingOptions { packagingOptions {

View File

@ -36,7 +36,7 @@ class SpotifyViewModel: ViewModel() {
var subFolder:String = "" var subFolder:String = ""
var trackList = MutableLiveData<List<Track>>() var trackList = MutableLiveData<List<Track>>()
private val loading = "Loading" private val loading = "Loading"
var title = MutableLiveData<String>().apply { value = "\"SpotiFlyer\"" } var title = MutableLiveData<String>().apply { value = loading }
var coverUrl = MutableLiveData<String>().apply { value = loading } var coverUrl = MutableLiveData<String>().apply { value = loading }
var spotifyService : SpotifyService? = null var spotifyService : SpotifyService? = null
var ytDownloader : YoutubeDownloader? = null var ytDownloader : YoutubeDownloader? = null

View File

@ -18,8 +18,8 @@
<AppUpdater> <AppUpdater>
<update> <update>
<latestVersion>1.2</latestVersion> <latestVersion>1.3</latestVersion>
<latestVersionCode>3</latestVersionCode> <latestVersionCode>4</latestVersionCode>
<url>https://github.com/Shabinder/SpotiFlyer/releases</url> <url>https://github.com/Shabinder/SpotiFlyer/releases</url>
</update> </update>
</AppUpdater> </AppUpdater>