You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: configure release pipeline and add flavor dimensions
This commit introduces the following changes:
- Configures the release pipeline in the GitHub Actions workflow to set up the keystore, build release artifacts (APKs and AAB), and rename them with version information.
- Adds "gms" and "standalone" product flavors to `app/build.gradle.kts`.
- Configures signing for release builds using properties from `keystore.properties`.
- Specifies different text recognition dependencies for "gms" and "standalone" flavors.
- Includes a TODO for a future pipeline to release to Google Play.
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,19 @@
24
24
25
25
---
26
26
27
-
## Play Store Version (coming soon)
27
+
## Download
28
+
29
+
### Github Release
30
+
31
+
There are 2 releases available:
32
+
33
+
-**standalone** which
34
+
includes [ML model](https://developers.google.com/ml-kit/vision/text-recognition/v2) to recognize
35
+
text from image, it got larger package size.
36
+
37
+
-**gms** which allows user to download the model from Google Play Services, but GMS required.
38
+
39
+
### Play Store (coming soon)
28
40
29
41
<ahref='https://play.google.com/store/apps/details?id=me.nanova.SummaryExpressive'><imgalt='Get it on Google Play'src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'width='300'/></a>
0 commit comments