History log of /expo/android/expoview/src/main/java/host/exp/exponent/Constants.java (Results 1 – 25 of 92)
Revision Date Author Comments
# 4440fb50 27-Jun-2023 Kudo Chien <[email protected]>

[go] add android sdk49 versioned code (#23110)

# Why

for sdk 49

# How

- [go] add android sdk 49 versioned code
- [tools] minor fix for android versioning

# Test Plan

ci passed


# ab827301 05-Jun-2023 Tomasz Sapeta <[email protected]>

[Android] Remove SDK 46 (#22755)


# ab11e3c9 06-Feb-2023 Kudo Chien <[email protected]>

[android][tools] add sdk 48 versioned code (#21076)

# Why

add android sdk 48 versioned code

# How

- `et add-sdk -p android -s 48.0.0`
- there is a big problem for versioning this time wher

[android][tools] add sdk 48 versioned code (#21076)

# Why

add android sdk 48 versioned code

# How

- `et add-sdk -p android -s 48.0.0`
- there is a big problem for versioning this time where versioned aar size is from ~17MB to ~131MB because of prefab, so it's not able to commit to git. this pr proposes to upload versioned aar to github and having an `et android-download-versioned-aars` to download aars before gradle building.

# Test Plan

- sdk 48 android versioned expo go + sdk 48 ncl smoking test
- ci passed

show more ...


# 21d45759 11-Jan-2023 Tomasz Sapeta <[email protected]>

[android] Remove versioned code for SDK 45


# 023bc8ea 26-Oct-2022 Kudo Chien <[email protected]>

[android] add versioned code for sdk 47 (#19676)

# Why

add android versioned code for sdk 47

# How

`et add-sdk -p android -s 47.0.0`

# Test Plan

android versioned expo go + NCL


# d2dcff5d 30-Aug-2022 Tomasz Sapeta <[email protected]>

[android] Remove versioned code for SDK44 (#18868)


# 71a4a097 15-Jul-2022 Kudo Chien <[email protected]>

[android] Add sdk46 versioned code (#18235)

# Why

for sdk 46

# How

- fix expo-modules-core versioning patch that react-native java class should also be versioned.
- fix skia versioning tha

[android] Add sdk46 versioned code (#18235)

# Why

for sdk 46

# How

- fix expo-modules-core versioning patch that react-native java class should also be versioned.
- fix skia versioning that the `versioned-react-native` is not committed into git. use a fallback instead.
- `et add-sdk -p android -s 46.0.0`

# Test Plan

android versioned expo go + sdk46 NCL

show more ...


# ea0d7378 11-Jul-2022 Tomasz Sapeta <[email protected]>

[android] Remove versioned code for SDK43 (#18159)


# b2751463 21-Apr-2022 Kudo Chien <[email protected]>

[android] Add sdk45 versioned code (#17105)

# Why

for sdk 45

# How

`et add-sdk -p android -s 45.0.0`

# Test Plan

versioned android expo go + sdk45 NCL smoke test


# a7e2a848 18-Mar-2022 Tomasz Sapeta <[email protected]>

Drop SDK42 on Android (#16675)


# 43357f78 28-Dec-2021 Tomasz Sapeta <[email protected]>

[android] Remove SDK41 (#15716)


# 86035335 06-Dec-2021 Kudo Chien <[email protected]>

[android] add sdk 44 (#15434)


# 31e7f7e6 02-Oct-2021 Tomasz Sapeta <[email protected]>

[android] Drop SDK40 (#14624)


# 24afddd6 02-Oct-2021 Tomasz Sapeta <[email protected]>

[ios][android] Cherry-pick versioned code for SDK43 (#14621)

Co-authored-by: Tomasz Sapeta <[email protected]>
Co-authored-by: Kudo Chien <[email protected]>
Co-authored-by: Brent Vatne

[ios][android] Cherry-pick versioned code for SDK43 (#14621)

Co-authored-by: Tomasz Sapeta <[email protected]>
Co-authored-by: Kudo Chien <[email protected]>
Co-authored-by: Brent Vatne <[email protected]>
Co-authored-by: Charlie Cruzan <[email protected]>
Co-authored-by: Will Schurman <[email protected]>
Co-authored-by: Kudo Chien <[email protected]>

show more ...


# 4ba3ed43 08-Sep-2021 Łukasz Kosmaty <[email protected]>

[expo] Drop SDK 39 on Android (#14323)

# Why

Dropped SDK 39.0.0 before SDK 43 releases.

# How

`et remove-sdk-version -p android`

# Test Plan

- expo go with versioned variant ✅


# 30bfe260 18-Jun-2021 Brent Vatne <[email protected]>

[sdk-42] Cherrypick versioned iOS and Android (#13343)

Co-authored-by: cruzach <[email protected]>
Co-authored-by: jkh <[email protected]>
Co-authored-by: andy <[email protected].

[sdk-42] Cherrypick versioned iOS and Android (#13343)

Co-authored-by: cruzach <[email protected]>
Co-authored-by: jkh <[email protected]>
Co-authored-by: andy <[email protected]>

show more ...


# e0bb254c 15-Apr-2021 Tomasz Sapeta <[email protected]>

[android] Remove SDK38 (#12530)


# effc1275 23-Mar-2021 Eric Samelson <[email protected]>

[android] add sdk 41


# fd2754c7 29-Dec-2020 Stanisław Chmiela <[email protected]>

[android] Drop support for SDK37 (#11373)

# Why

Android counterpart for https://github.com/expo/expo/pull/11350.

# How

- `et remove-sdk -p android`, selected 37.0.0.
- Removed `mWillBeRelo

[android] Drop support for SDK37 (#11373)

# Why

Android counterpart for https://github.com/expo/expo/pull/11350.

# How

- `et remove-sdk -p android`, selected 37.0.0.
- Removed `mWillBeReloaded` flag as expotools suggested.

# Test Plan

Expo Go builds (with some unrelated fixes). ✅

show more ...


# 1820bd5a 24-Nov-2020 Cedric van Putten <[email protected]>

[android] Add ABI 40 without development client


# 25e44ca2 02-Dec-2020 Charlie Cruzan <[email protected]>

[expoview] show correct error message when using new SDK version (#11184)

* [expoview] show correct error message when using new SDK version

* minor improvement to error message

* ensure SDK_V

[expoview] show correct error message when using new SDK version (#11184)

* [expoview] show correct error message when using new SDK version

* minor improvement to error message

* ensure SDK_VERSIONS_LIST maintains order

show more ...


# e719b919 15-Nov-2020 Brent Vatne <[email protected]>

Drop SDK 36 (#11033)


# 55092376 02-Oct-2020 Bartłomiej Bukowski <[email protected]>

[Android][standalone] Fix splash screen in standalone builds (#10519)


# cf349fc1 01-Sep-2020 Eric Samelson <[email protected]>

[android] add SDK 39 (#9970)


# 734a9caa 31-Aug-2020 Eric Samelson <[email protected]>

[android][ios] pass app.json updates config to expo-updates in standalone apps (#9985)


1234