Fixed crash related to redirect popup

This commit is contained in:
partisan 2025-05-06 20:34:28 +02:00
parent fc1f048e2c
commit c8d65dda5f
4 changed files with 34 additions and 22 deletions

View file

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