Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keygenqt/android-autoappdistribution
Configure service Firebase App Distribution for AAB/APK
https://github.com/keygenqt/android-autoappdistribution
android jetpack-compose kotlin
Last synced: 27 days ago
JSON representation
Configure service Firebase App Distribution for AAB/APK
- Host: GitHub
- URL: https://github.com/keygenqt/android-autoappdistribution
- Owner: keygenqt
- Created: 2021-07-14T19:22:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-28T10:17:16.000Z (over 3 years ago)
- Last Synced: 2024-12-22T20:02:59.552Z (about 2 months ago)
- Topics: android, jetpack-compose, kotlin
- Language: Kotlin
- Homepage:
- Size: 17.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Auto App Distribution
===================![picture](data/preview-0.png)
### Target
* Configure [gradle](https://firebase.google.com/docs/app-distribution/android/distribute-gradle?apptype=apk) service [Firebase App Distribution](https://firebase.google.com/docs/app-distribution)
* Add the ability to centrally change testers.
* Automatic provisioning of **releaseNotes** based on git commits.### Architecture
* MVVM - [Guide to app architecture](https://developer.android.com/jetpack/guide)
* Gradle - [Kotlin DSL](https://docs.gradle.org/current/userguide/kotlin_dsl.html)
* Toolkit - [Jetpack Compose](https://developer.android.com/jetpack/compose)
* Distribution - [Firebase App Distribution](https://firebase.google.com/docs/app-distribution)
* Animation - [Lottie for Android](http://airbnb.io/lottie/#/android-compose)### Preview
![]()
![]()
### Result
App Distribution gradle have problem for AAB (See screenshot, taken on 08/03/2021).![picture](data/aab.png)
APK work ok.
![picture](data/apk.png)
# License
```
Copyright 2021 Vitaliy ZarubinLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```