<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in gradlew</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>22b45c56 - Upgrade react-native 0.70 (#19261)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradlew#22b45c56</link>
        <description>Upgrade react-native 0.70 (#19261)# Whyupdate react-native to 0.70 for sdk 47# How- update package versions  - `react` 18.0.0 -&gt; 18.1.0  - `react-native` 0.69.5 -&gt; 0.70.1  - `react-native-web` ~0.18.7 -&gt; ~0.18.9  - `react-test-renderer` 18.0.0 -&gt; 18.1.0  - `metro-react-native-babel-preset` ~0.70.3 -&gt; ~0.72.1  - `react-native-reanimated` 2.9.1 -&gt; 2.10.0 (because 2.9 doesn&apos;t support react-native 0.70)  - [NCL] remove unused react-native-redash  - [NCL] `@react-navigation/native` ~5.8.9 -&gt; ~5.9.8 (fixed the deprecated Linking.removeEventListener)- migrate templates based on [rn-upgrade helper](https://react-native-community.github.io/upgrade-helper/?from=0.69.5&amp;to=0.70.1). one exception is that we still use jsc by default in sdk 47.  - expo-template-bare-minimum  - bare-expo  - bare-sandbox  - fabric-tester  - native-tests  - android (expo go)  - ios (expo go)- update our react-native fork to 0.70 based - [android] use ReactAndroid directly from _react-native-lab/react-native/ReactAndroid_ without copying a lot of files to expo/expo to increase the repo size. close ENG-4562. i will remove _android/ReactAndroid_ and _android/ReactCommon_ in a separate commit.  - toward this, i also change the prebuiltHermes support in this pr. the target react-native hermes version is in `react-native-lab/react-native/sdks/.hermesversion` and the cached hermes is now in `android/prebuiltHermes/.hermesversion`.- [tools] update-rn: support running transformer directly in _react-native-lab/react-native_- [ios] backport folly version to previous versioned code- [0.70 breaking change] fix skia build error for `jsi::detail::throwJSError`. use `throw jsi::JSError` instead as upstream latest code.- [0.70 breaking change][updates] `NativeModuleCallExceptionHandler -&gt; JSExceptionHandler`. change from https://github.com/facebook/react-native/commit/b6f7689d701d0409c23ab364356aeb95710c20fa# Test Plan- &#9989; android expo go + unversioned NCL- &#9989; ios expo go + unversioned NCL- &#9989; android bare-expo- &#9989; ios bare-expo- &#9989; android fabric-tester- &#9989; ios fabric-tester- &#9989; ci passed  - android client - eas build is broken on main.  #19270 may address the issue.  - updates e2e is broken on main. the root cause should come from #18653 when proguard is enabled, the app will crash. will follow up in separated pr.Co-authored-by: Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;

            List of files:
            /expo/android/gradlew</description>
        <pubDate>Wed, 28 Sep 2022 11:55:11 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>d566f199 - [android][ios] Upgrade expo go to react-native 0.68 (#16752)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradlew#d566f199</link>
        <description>[android][ios] Upgrade expo go to react-native 0.68 (#16752)# Whyupgrade for sdk 45# How- upgrade our react-native fork to 0.68 based: https://github.com/expo/react-native/tree/sdk-45- migrate android/ios projects to 0.68- [android] bump `targetSdkVersion` and `compileSdkVersion` to 31 (aligned with react-native 0.68)- [tools] update codegen customization in `update-rn` script- [tools] update versioning scripts- [android] replace our customized `NDK_ABI_FILTERS` with official supported `reactNativeArchitectures` gradle property- [android] use jdk 11that is a huge pr because of changes from `et update-rn`. recommend to review this pr by commits.most `add-sdk` problems on 0.68 are fixed. there are still an issue on android. i&apos;ll address in another pr.- expo-av CMakeLists.txt versioning# Test Plan- unversoned android expo-go + ncl- unversoned ios expo-go + ncl- `et add-sdk -p ios -s 45.0.0` + versioned ios sdk 45 expo-go + ncl- `et add-sdk -p android -s 45.0.0` + versioned android sdk 45 expo-go + ncl (should commented out expo-av in `ExperiencePackagePicker.kt`

            List of files:
            /expo/android/gradlew</description>
        <pubDate>Wed, 06 Apr 2022 00:24:44 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>4829551b - [android] Upgrade Gradle to 6.6.1 (#10058)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradlew#4829551b</link>
        <description>[android] Upgrade Gradle to 6.6.1 (#10058)# WhyGradle 6.6.1 enables us to substitute `com.facebook.react:react-native:+` with `:ReactAndroid` project in all subprojects. This is required since we want to fix the problem where projects wrongly use prebuilt `react-native` AAR while compiling.Upgraded in `bare-expo` too because why not.# HowRan `./gradlew wrapper --gradle-version 6.6.1` in `android` and `bare-expo/android`.# Test PlanProject syncs and compiles properly.

            List of files:
            /expo/android/gradlew</description>
        <pubDate>Fri, 04 Sep 2020 11:02:15 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>2a38a11e - Initial commit</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradlew#2a38a11e</link>
        <description>Initial commitfbshipit-source-id: ddcb55df54d1382bb3f003f7e62f0bfc195fb9b7

            List of files:
            /expo/android/gradlew</description>
        <pubDate>Tue, 16 Aug 2016 01:32:39 +0000</pubDate>
        <dc:creator>Exponent GitHub Bot &lt;aurora@exp.host&gt;</dc:creator>
    </item>
</channel>
</rss>
