Adding build status to README.MD & Removing Signing configs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user