mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-301 CI | Enhancement | Enable debug channel analytics for debug nightly builds (#2506)
This commit is contained in:
parent
dd3dce56c0
commit
0f76e634dd
5 changed files with 22 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -10,5 +10,8 @@ enable_dated_version_name:
|
|||
distribute_debug:
|
||||
./gradlew bundleDebug appDistributionUploadDebug
|
||||
|
||||
enable_analytics_for_debug:
|
||||
./gradlew :analytics:enableAnalyticsForDebugBuilds
|
||||
|
||||
pr_check: compile_android_test_sources test_debug_all
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue