Remove obsolete UI scaffolding

This commit is contained in:
ajp_anton
2026-09-03 00:49:14 +00:00
parent 99f999d4e0
commit 78bf4bde8c
9 changed files with 48 additions and 121 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ android {
applicationId = "se.ajpanton.notificationsmaster"
minSdk = 34
targetSdk = 36
versionCode = project.findProperty("notificationLogVersionCode")?.toString()?.toIntOrNull() ?: 1
versionName = project.findProperty("notificationLogVersionName")?.toString() ?: "0.1"
versionCode = project.findProperty("notificationsMasterVersionCode")?.toString()?.toIntOrNull() ?: 1
versionName = project.findProperty("notificationsMasterVersionName")?.toString() ?: "0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}