Adding build status to README.MD & Removing Signing configs
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# TaskMuse: Android Task Management Application (PRE-RELEASE)
|
||||
|
||||
[](https://github.com/psavarmattas/TaskMuse/actions/workflows/gradle_build.yaml)
|
||||
|
||||
## Overview
|
||||
|
||||
TaskMuse is an Android application designed to facilitate efficient task management for software development projects. It provides software developers and project managers with a user-friendly platform to create, organize, and track tasks, ensuring smoother project workflows and enhanced collaboration within development teams.
|
||||
|
||||
@@ -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