Remove obsolete UI scaffolding
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user