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'
minSdkVersion 22
targetSdkVersion 29
versionCode 3
versionName "1.2"
versionCode 4
versionName "1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
packagingOptions {

View File

@ -36,7 +36,7 @@ class SpotifyViewModel: ViewModel() {
var subFolder:String = ""
var trackList = MutableLiveData<List<Track>>()
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 spotifyService : SpotifyService? = null
var ytDownloader : YoutubeDownloader? = null

View File

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