1
0
Fork 0
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:
Evgenii Kozlov 2022-08-12 17:07:04 +03:00 committed by GitHub
parent dd3dce56c0
commit 0f76e634dd
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 2 deletions

View file

@ -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