<?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 gradle-wrapper.properties</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>7603b8a1 - chore: update react-native@0.72.0-rc.6 (#22898)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle/wrapper/gradle-wrapper.properties#7603b8a1</link>
        <description>chore: update react-native@0.72.0-rc.6 (#22898)# Why0.72.0-rc.6 coming with some meaningful fixes, let bump this version for sdk 49 development &amp; testing.# How- update react-native@0.72.0-rc.6- [react-native-lab] cherry-picks commits between rc.5..rc.6- [templates][go][bare-expo][fabric-tester] apply workaround for gradle 8 + java 17 build error- [go] update to gradle 8 (i missed this one when updating 0.72)# Test Planci passed

            List of files:
            /expo/android/gradle/wrapper/gradle-wrapper.properties</description>
        <pubDate>Fri, 16 Jun 2023 03:17:46 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>22b45c56 - Upgrade react-native 0.70 (#19261)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle/wrapper/gradle-wrapper.properties#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/gradle/wrapper/gradle-wrapper.properties</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/gradle/wrapper/gradle-wrapper.properties#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/gradle/wrapper/gradle-wrapper.properties</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>2ed31047 - [android][ios] Upgrade react-native to 0.67.2 in Expo Go (#16400)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle/wrapper/gradle-wrapper.properties#2ed31047</link>
        <description>[android][ios] Upgrade react-native to 0.67.2 in Expo Go (#16400)# Whyupgrade for sdk 45# How## upgrade react native forkcode in https://github.com/expo/react-native/tree/sdk-45basically cherry pick most necessary commits from sdk-44 branch but not these two:1. https://github.com/expo/react-native/commit/125b36ac6d76e702bea4d7c41a8a402d68cdb1f1: because ExpoKit is already deprecated.2. https://github.com/expo/react-native/commit/82d3ff5218cc576b5c7ea44c7adbf8b5aa5d985c: [use the official way to set metro server address](https://github.com/facebook/react-native/commit/e2b5b6504cb4dee8f2ec67f1d3a410801e1ca09a)## migrate project setupbasically reference from: https://react-native-community.github.io/upgrade-helper/?from=0.64.2&amp;to=0.67.2## other build errors or launch errorsjust to deal with these mess one by one.# Test Plan- [android] unversioned expo-go build + launch + load unversioned NCL- [ios] unversioned expo-go build + launch + load unversioned NCL

            List of files:
            /expo/android/gradle/wrapper/gradle-wrapper.properties</description>
        <pubDate>Thu, 24 Feb 2022 16:35:17 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>f05c8ccb - [android] Update Gradle to 6.9 (#13929)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle/wrapper/gradle-wrapper.properties#f05c8ccb</link>
        <description>[android] Update Gradle to 6.9 (#13929)

            List of files:
            /expo/android/gradle/wrapper/gradle-wrapper.properties</description>
        <pubDate>Fri, 06 Aug 2021 10:43:05 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>b488c655 - [Android] Switch to Android SDK 30 &amp; update gradle (#11647)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle/wrapper/gradle-wrapper.properties#b488c655</link>
        <description>[Android] Switch to Android SDK 30 &amp; update gradle (#11647)# WhyWe want to switch to Android SDK 30.# How- [x] I&apos;ve bumped `targetSdkVersion` to `30`- [x] I&apos;ve bumped `compileSdkVersion` to `30`- [x] I&apos;ve fixed nullability issues coming from# Test Plan- [x] compiled &amp; run Expo Go on Android SDK 30 simulator- [x] compiled &amp; run `bare-expo` on Android SDK 30 simulator- [x] launched `ncl` in Expo Go and played for a while# CHANGES- [Android] Update gradle to 6.8 &amp; gradlePlugin to 4.1.1- [Android] Bump targerSdkVersion and compileSdkVersion to 30- [Android] Bump kotlin plugin version to 1.4.21- [Android] Fix &amp; unify ANDROID_NDK_HOME path detection- [react-native][Android][submodule update] Rename ANDROID_NDK to ANDROID_NDK_HOME

            List of files:
            /expo/android/gradle/wrapper/gradle-wrapper.properties</description>
        <pubDate>Wed, 27 Jan 2021 12:21:16 +0000</pubDate>
        <dc:creator>Bart&#322;omiej Bukowski &lt;bartlomiej.bukowski@swmansion.com&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/gradle/wrapper/gradle-wrapper.properties#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/gradle/wrapper/gradle-wrapper.properties</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>8370ab33 - [react-native] Upgrade to 0.63.2 (#9162)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle/wrapper/gradle-wrapper.properties#8370ab33</link>
        <description>[react-native] Upgrade to 0.63.2 (#9162)* Use react-native/sdk-39 branch* Use react@16.13.1, react-dom@16.13.1, react-native@0.63.0* Updated podfiles* bare-expo pod install* Remove unused template properties from bare-expo android* [WIP] Folly* exponent pod install* [android] Cast ids to int in transformer* [WIP] upgrade android* et update-react-native* [ios] Add upstream AsyncStorage module to bare project- Same as RNTester does in https://github.com/expo/react-native/commit/bd1396034319e6e59f960fac7aeca1f483c2052d- This fixes the error: `Error: Requiring module &quot;../../react-native-lab/react-native/Libraries/Storage/AsyncStorage.js&quot;, which threw an exception: TypeError: null is not an object (evaluating &apos;RCTAsyncStorage.multiMerge&apos;)`* [android] Fix Linking and AsyncStorage client bug* Upgrade react-native-web* Upgrade react-native* et update-react-native* pod install* pod-install client* Update yarn.lock* pod install* Try folly fix proposed in https://github.com/facebook/react-native/issues/28298* [ReactAndroid] Use folly patch https://github.com/facebook/react-native/issues/28298* pod-install* pod install

            List of files:
            /expo/android/gradle/wrapper/gradle-wrapper.properties</description>
        <pubDate>Thu, 30 Jul 2020 20:44:22 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;baconbrix@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1d09954b - [android] Upgrade Gradle stuff (#8557)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle/wrapper/gradle-wrapper.properties#1d09954b</link>
        <description>[android] Upgrade Gradle stuff (#8557)# Why[Android Studio 4 got released](https://android-developers.googleblog.com/2020/05/android-studio-4.html)! I decided it&apos;s good time to upgrade AS and also to click that &quot;New version of Gradle Plugin is available&quot; button.# HowUpgraded Gradle and Android Gradle plugin in both `android` and `bare-expo/android`. Had to upgrade Butterknife too to get rid of [this problem](https://stackoverflow.com/a/60614971/1123156).Also had to add `.DEFAULT` attribute to `HomeActivity`&apos;s `intent-filter`, otherwise AS decided to open&#8230; `.TvActivity` as the _default activity_. Reordering activities in `AndroidManifest.xml` did not fix the issue.Had to add specific version of NDK installation to GitHub CI workflow.# Test PlanExpo Client compiles, `bare-expo` compiles.

            List of files:
            /expo/android/gradle/wrapper/gradle-wrapper.properties</description>
        <pubDate>Mon, 01 Jun 2020 15:19:56 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>a4cabf30 - [react-native] Upgrade to 0.62.2 (#8310)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle/wrapper/gradle-wrapper.properties#a4cabf30</link>
        <description>[react-native] Upgrade to 0.62.2 (#8310)# WhyLet&apos;s have latest React Native in the upcoming SDK!# HowSee the story at https://www.notion.so/expo/React-Native-Upgrade-Diary-947bc0b506a942189fd47ff6e53bf95b.# Test PlanExpo Client runs, versioned SDK38 also runs (after a couple of post-version fixes outlined in the aforementioned doc).`expo-cli` can&apos;t handle `client_log` events, but that&apos;s something we may want to figure out after merging this PR, I guess.

            List of files:
            /expo/android/gradle/wrapper/gradle-wrapper.properties</description>
        <pubDate>Mon, 25 May 2020 13:07:26 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>b82fbba2 - [Android] Update gradle to 5.6.3 &amp; butterknife to 10.2.0 (#6045)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle/wrapper/gradle-wrapper.properties#b82fbba2</link>
        <description>[Android] Update gradle to 5.6.3 &amp; butterknife to 10.2.0 (#6045)

            List of files:
            /expo/android/gradle/wrapper/gradle-wrapper.properties</description>
        <pubDate>Mon, 04 Nov 2019 15:11:27 +0000</pubDate>
        <dc:creator>Bart&#322;omiej Bukowski &lt;bartlomiej.bukowski@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>43fccedd - [android][gradle] Upgrade Gradle and Android Studio (#5695)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle/wrapper/gradle-wrapper.properties#43fccedd</link>
        <description>[android][gradle] Upgrade Gradle and Android Studio (#5695)# WhyFixes https://github.com/expo/expo/issues/5654 and https://github.com/expo/expo/issues/4577.# How- upgraded Android Studio- upgraded Gradle- fixed `generateDynamicMacros` task- fixed `react-native` problem on RN 0.60+ by adapting @brentvatne&apos;s solution to Expo client project# Test PlanExpo client compiled.

            List of files:
            /expo/android/gradle/wrapper/gradle-wrapper.properties</description>
        <pubDate>Tue, 24 Sep 2019 08:25:31 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>7292c275 - Upgrade Gradle wrapper to 4.10.2</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle/wrapper/gradle-wrapper.properties#7292c275</link>
        <description>Upgrade Gradle wrapper to 4.10.2

            List of files:
            /expo/android/gradle/wrapper/gradle-wrapper.properties</description>
        <pubDate>Thu, 15 Nov 2018 08:57:52 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3aebfc7e - Upgrade gradle</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle/wrapper/gradle-wrapper.properties#3aebfc7e</link>
        <description>Upgrade gradlefbshipit-source-id: 4323c24

            List of files:
            /expo/android/gradle/wrapper/gradle-wrapper.properties</description>
        <pubDate>Thu, 07 Jun 2018 01:30:16 +0000</pubDate>
        <dc:creator>Jesse Ruder &lt;jesse@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>1395a2ed - Update gradle version</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle/wrapper/gradle-wrapper.properties#1395a2ed</link>
        <description>Update gradle versionfbshipit-source-id: f7f881a

            List of files:
            /expo/android/gradle/wrapper/gradle-wrapper.properties</description>
        <pubDate>Sun, 17 Sep 2017 00:57:50 +0000</pubDate>
        <dc:creator>Jesse Ruder &lt;jesse@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>4e50fcc2 - Revert &quot;[Android] Update to Gradle 2.14.1 and Android Tools Gradle plugin 2.2.0&quot;</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle/wrapper/gradle-wrapper.properties#4e50fcc2</link>
        <description>Revert &quot;[Android] Update to Gradle 2.14.1 and Android Tools Gradle plugin 2.2.0&quot;This reverts commit 38a811a007e9e34e5c5e3abd273e6a6b65920f42.fbshipit-source-id: ebed1ed

            List of files:
            /expo/android/gradle/wrapper/gradle-wrapper.properties</description>
        <pubDate>Tue, 20 Sep 2016 16:38:24 +0000</pubDate>
        <dc:creator>Jesse Ruder &lt;jesse@exp.host&gt;</dc:creator>
    </item>
<item>
        <title>dcbb759f - Update to Gradle 2.14.1 and Android Tools Gradle plugin 2.2.0</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle/wrapper/gradle-wrapper.properties#dcbb759f</link>
        <description>Update to Gradle 2.14.1 and Android Tools Gradle plugin 2.2.0Tested by uninstalling the app from my phone and running run.sh successfully.fbshipit-source-id: 38a811a

            List of files:
            /expo/android/gradle/wrapper/gradle-wrapper.properties</description>
        <pubDate>Tue, 20 Sep 2016 07:46:15 +0000</pubDate>
        <dc:creator>James Ide &lt;ide@exp.host&gt;</dc:creator>
    </item>
<item>
        <title>2a38a11e - Initial commit</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle/wrapper/gradle-wrapper.properties#2a38a11e</link>
        <description>Initial commitfbshipit-source-id: ddcb55df54d1382bb3f003f7e62f0bfc195fb9b7

            List of files:
            /expo/android/gradle/wrapper/gradle-wrapper.properties</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>
