version bump -> 3.2.0

This commit is contained in:
shabinder 2021-07-10 13:54:40 +05:30
parent 6432c4fbc0
commit 34fcfe4d88
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"