Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MFM-347 authored Dec 4, 2024
1 parent bdab5df commit 6a90ba3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Android **App Template** with GitHub Workflow Build

This template automates building Android APK and AAB files using GitHub Actions, supporting debug builds and uploading build artifacts for distribution. The workflow being used is manually triggered.
An Android CI/CD template that automates building of Android APK and AAB files using GitHub Actions, supporting debug builds as well as release builds and uploading build artifacts for distribution. The workflow being used is manually triggerable.

## Features

Expand All @@ -24,8 +24,7 @@ This template automates building Android APK and AAB files using GitHub Actions,
```bash
python init.py
```

````
---
The script reads metadata from a `_meta.json` file. Example structure:

```json
Expand Down Expand Up @@ -67,4 +66,3 @@ This workflow was inspired by **Lloyd Dcosta**'s guide on [Medium](https://mediu
The code in this repository is licensed under the **Apache 2.0 License**.

[![License](https://img.shields.io/badge/License-Apache_2.0-0298c3.svg)](https://opensource.org/licenses/Apache-2.0)
````

0 comments on commit 6a90ba3

Please sign in to comment.