Adding build status to README.MD & Removing Signing configs

This commit is contained in:
2023-09-27 12:57:51 +01:00
parent 5a21a0c7f0
commit 0e942b46e9
2 changed files with 2 additions and 8 deletions

View File

@@ -4,14 +4,6 @@ plugins {
}
android {
signingConfigs {
getByName("debug") {
storeFile = file("/Users/psmattas/.android/debug.keystore")
storePassword = "android"
keyAlias = "androiddebugkey"
keyPassword = "android"
}
}
namespace = "com.example.taskmuse"
compileSdk = 33