Release v1.1.2

This commit is contained in:
lone-cloud 2026-03-29 13:57:07 -07:00
parent 44c6d39ff0
commit 1c8aded275
2 changed files with 3 additions and 2 deletions

View file

@ -32,8 +32,8 @@ android {
applicationId = "app.lonecloud.prism" applicationId = "app.lonecloud.prism"
minSdk = 31 minSdk = 31
targetSdk = 36 targetSdk = 36
versionCode = 10101 versionCode = 10102
versionName = "1.1.1" versionName = "1.1.2"
buildConfigField("String", "DEFAULT_API_URL", "\"https://push.services.mozilla.com\"") buildConfigField("String", "DEFAULT_API_URL", "\"https://push.services.mozilla.com\"")
} }

View file

@ -0,0 +1 @@
- Apps from your Prism Server can now be added even if they aren't installed on your phone (e.g. Beszel notifications)