mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-24 18:04:33 +01:00
Version Updated.
This commit is contained in:
parent
215120cf82
commit
2455684416
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 |
@ -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 {
|
||||||
|
@ -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
|
||||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user