Added progress bar to popup, to better indicate loading
All checks were successful
Android Release Build / build (push) Successful in 7s

This commit is contained in:
partisan 2025-05-06 21:04:16 +02:00
parent 0a6df829d4
commit 240f95eba2
4 changed files with 57 additions and 10 deletions

View file

@ -11,8 +11,8 @@ android {
applicationId = "partisan.weforge.xyz.pulse"
minSdk = 29
targetSdk = 34
versionCode = 11
versionName = "1.3.2"
versionCode = 12
versionName = "1.4.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}