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

@@ -1,5 +1,7 @@
# TaskMuse: Android Task Management Application (PRE-RELEASE)
[![Gradle Build](https://github.com/psavarmattas/TaskMuse/actions/workflows/gradle_build.yaml/badge.svg)](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.

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