[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
[Android] Remove SDK 46 (#22755)
[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 ...
[android] Remove versioned code for SDK 45
[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
[android] Remove versioned code for SDK44 (#18868)
[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
[android] Remove versioned code for SDK43 (#18159)
[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
Drop SDK42 on Android (#16675)
[android] Remove SDK41 (#15716)
[android] add sdk 44 (#15434)
[android] Drop SDK40 (#14624)
[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]>
[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 ✅
[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]