Fixed minor bug and added warning text when app does not have sufficient permissions

This commit is contained in:
partisan 2025-06-03 21:13:38 +02:00
parent 042b079723
commit c8ede0d472
7 changed files with 98 additions and 25 deletions

View file

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