mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-24 18:04:33 +01:00
version bump -> 3.2.0
This commit is contained in:
parent
6432c4fbc0
commit
34fcfe4d88
@ -86,7 +86,7 @@ class App: Application(), KoinComponent {
|
||||
}
|
||||
// Send Crash Report to self hosted Acrarium (FOSS)
|
||||
httpSender {
|
||||
uri = "https://acrarium.spotiflyer.ml/report"
|
||||
uri = "https://acrarium.spotiflyer.ml/acrarium/report"
|
||||
basicAuthLogin = "sDj2xCKQIxw0dujf"
|
||||
basicAuthPassword = "O83du0TsgsDJ69zN"
|
||||
httpMethod = HttpSender.Method.POST
|
||||
|
@ -18,9 +18,9 @@
|
||||
|
||||
object Versions {
|
||||
// App's Version (To be bumped at each update)
|
||||
const val versionName = "3.1.0"
|
||||
const val versionName = "3.2.0"
|
||||
|
||||
const val versionCode = 20
|
||||
const val versionCode = 21
|
||||
// Kotlin
|
||||
const val kotlinVersion = "1.5.10"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user