Skip to content

Commit 9040340

Browse files
committed
update: readme
1 parent 8718b16 commit 9040340

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@
2121
- Get your APK delivered to you on telegram with just a push of commit!
2222
- Automated Android APK Builds.
2323
- Unit Tests on Android Builds.
24+
- Supports Firebase based apps and signed builds with your custom key!
2425
- Forget wires, patches and building pull requests manually!
2526

2627
## Installation
2728

2829
**Step 1:** Add the following yaml file as build.yml in .github/workflows folder of your app repository.
2930

31+
**Note:** _If your project uses any services of firebase, please refer to the [WIKI](https://github.com/DarthBenro008/app-brickie/wiki) for instructions. The below instructions are only for **vanilla builds.**_
32+
3033

3134
#### **For Native Android Builds (Java/Kotlin) :**
3235
```yaml
@@ -121,8 +124,9 @@ packagename: "myapp"
121124

122125
## Upcoming Features
123126

124-
- Firebase apps build
125-
- Custom Key Signing
127+
- ~~Firebase apps build~~ (v3.0 supports Firebase Builds!)
128+
- ~~Custom Key Signing~~ (v3.0 supports custom key signing support!)
129+
- Slack integration
126130
- React Native Build Support
127131

128132
## Disclaimer

0 commit comments

Comments
 (0)