History log of /expo/tools/src/client-build/AndroidClientBuilder.ts (Results 1 – 4 of 4)
Revision Date Author Comments
# d4613734 12-Apr-2023 Kudo Chien <[email protected]>

[go] integrate firebase crashlytics on android (#22036)

# Why

to have more information about the crashes than just from google play store. this pr tries to integrate firebase crashlytics with mor

[go] integrate firebase crashlytics on android (#22036)

# Why

to have more information about the crashes than just from google play store. this pr tries to integrate firebase crashlytics with more powerful features like ndk integration and custom logging.
close ENG-1380

# How

- integrate crashlytics with ndk support
- log the loading experience manifest url
- [tools] we need a further step `./gradlew :app:uploadCrashlyticsSymbolFileUnversionedRelease` for uploading ndk native symbols to crashlytics. we also integrate this into fastlane and expotools. this step may take longer time to process. from my environment, it takes about 30mins.

# Test Plan

manually triggering crash and see the crashlytics dashboard

show more ...


# ee004e86 05-Oct-2021 Brent Vatne <[email protected]>

[tools] Workaround - use versioned path in AndroidClientBuilder.getAppPath


# a2ffa225 22-Jun-2021 Bartłomiej Klocek <[email protected]>

[android] Split Expo Go to unversioned and versioned flavors (#12917)

* Add versioning flavors

Extract `flavors.gradle` and fix versioned

* Update manifest based on flavors

* Update fastlan

[android] Split Expo Go to unversioned and versioned flavors (#12917)

* Add versioning flavors

Extract `flavors.gradle` and fix versioned

* Update manifest based on flavors

* Update fastlane build

* Unflavor versioned code

* Update CI to use flavors

* Set default flavor

* Update guides

* Update expotools versioning code

[skip ci]

* [wip] remove flavors from shellapps

* Shell app fallback to `versioned`

* Fix et paths

* Bump `@expo/xdl` in `expotools`

[skip ci]

* Missing uncommitted changes

[skip ci] -expotools yarn.lock, shell app fixes

* Rebase fixes

* Update "Developing Expo Go" guide

[skip ci]

show more ...


# eeffdb10 21-Dec-2020 Tomasz Sapeta <[email protected]>

[tools] Move tools/expotools one folder up (#11410)