<?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.properties</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0e8f799b - [templates][config-plugins][dev-server] aligned hermesEnabled property (#21067)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle.properties#0e8f799b</link>
        <description>[templates][config-plugins][dev-server] aligned hermesEnabled property (#21067)# Whyreact-native 0.71 introduces `hermesEnabled` gradle property which is conflict with the original `expo.jsEngine` in gradle.properties. this pr tries to align the `hermesEnabled` as upstream.close ENG-7228# Howdeprecate `expo.jsEngine` in **gradle.properties** and use `hermesEnabled` instead.# Test Planci passed

            List of files:
            /expo/android/gradle.properties</description>
        <pubDate>Tue, 20 Jun 2023 00:57:09 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<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.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.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>acd96eb4 - [android] fix expo go build errors (#21117)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle.properties#acd96eb4</link>
        <description>[android] fix expo go build errors (#21117)# Whyfix expo go build error where kotlin 1.8 is incompatible with 1.6:https://github.com/expo/expo/actions/runs/4120016867/jobs/7114321156# How- the underlying module of stripe 0.23.1 ships kotlin 1.8 which isprebuilt as aar/jar on maven central. we have no way to downgrade itskotlin version but only to upgrade kotlin in whole android expo go.- stripe 0.23.1 has a build error error and fixed athttps://github.com/stripe/stripe-react-native/pull/1289. upgrade thevendoring module to 0.23.3.# Test Planversioned android expo go + ncl launch test# Checklist- [x] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [x] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [x] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg:updated a module plugin).

            List of files:
            /expo/android/gradle.properties</description>
        <pubDate>Wed, 08 Feb 2023 20:46:49 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>5ff37293 - [android][tools] fix android versioning (#20889)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle.properties#5ff37293</link>
        <description>[android][tools] fix android versioning (#20889)# Whyfix android versioning after react-native 0.71 upgrade# Howmostly fixing transforms# Test Plan1. `et add-sdk -p android -s 48.0.0`2. `cd android ; ./gradlew :app:assembleVersionedDebug`3. versioned android expo go + sdk 48 ncl smoke test

            List of files:
            /expo/android/gradle.properties</description>
        <pubDate>Wed, 01 Feb 2023 15:54:04 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>84f418d7 - [1/3] upgrade react-native 0.71 (#20799)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle.properties#84f418d7</link>
        <description>[1/3] upgrade react-native 0.71 (#20799)# Whyupgrade react-native 0.71 for sdk 48close ENG-7192# How- update package versions  - `react: 18.1.0 -&gt; 18.2.0`  - `react-native 0.70.5 -&gt; 0.71.0`  - `react-dom: 18.1.0 -&gt; 18.2.0`  - `react-test-renderer: 18.1.0 -&gt; 18.2.0`  - `react-native-web: 0.18.9 -&gt; 0.18.10`  - `babel-plugin-react-native-web: 0.18.9 -&gt; 0.18.10`  - `metro-react-native-babel-preset: 0.72.3 -&gt; 0.73.5`- upgrade three project templates based on [upgrade-helper](https://react-native-community.github.io/upgrade-helper/?from=0.70.6&amp;to=0.71.0)  - bare-expo  - expo-template-bare-minimum  - fabric-tester (this is based on `npx expo prebuild --clean --no-install --template /path/to/expo-template-bare-minimum.tgz`) so it includes some inconsistent changes- [@expo/config-plugins]: support 0.71 template transform. the `namespace` in build.gradle and the files in `release` build variants- [fbjni] upgrade 0.3.0 to align 0.71 (also ndk version)- [expo-updates] move the `EX_UPDATES_NATIVE_DEBUG` `bundleInDebug` setup to templates. unfortunately, because RNGP setups the task dependencies pretty early. the original setup in expo-updates build.gradle is too late. note that the change doesn&apos;t reference any files from templates to expo-updates package. somehow it&apos;s not tightly coupled.- [native-tests / expo-modules-test-core / expo-modules-autolinking] fix ios unit test build error because jsc now in a dedicated podspec. in theory, the ios native unit test could now run on hermes as well.- for other details, please check commit histories one by one.# Test Plan- bare-expo ios / android- fabric ios / android- ci passed (except ios)  - test-suite ios is broken for unknown reasons. it breaks only on github actions and hermes. for nightlies testing, i also [changed it to jsc](https://github.com/expo/expo/blob/1e029c89c4247802cc4880e27e116a6b4c71c502/tools/src/commands/SetupReactNativeNightly.ts#L287-L293) to make ci green. i&apos;ll try to follow up and investigate the root cause.

            List of files:
            /expo/android/gradle.properties</description>
        <pubDate>Tue, 17 Jan 2023 17:25:43 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>96634eea - [ios] Update react-native to 0.69 for expo go (#17629)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle.properties#96634eea</link>
        <description>[ios] Update react-native to 0.69 for expo go (#17629)# Whyupgrade react-native for sdk 46# How- update our react-native fork- [android] add hermes-engine prebuilding. the main change is [here](https://github.com/expo/react-native/commit/8bb810c9860fc1e49d9f55bb3929ad0eb534f441). because in expo-go we are building react-native from source. in 0.69 it also means to build hermes from source. that will make our ci time more difficult.- [expo][android] add ReactNativeHostWrapper for 0.69 because `com.facebook.react.devsupport.interfaces.RedBoxHandler` package renaming.- update some expo modules to support 0.69**TODO**`et update-rn` is not included in this pr. i will do it later and commit directly. because that includes mass changes and makes review very difficult.# Test Planupdate react-native, react, in expo/expo and test NCL with android/ios unversioned expo goCo-authored-by: Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;

            List of files:
            /expo/android/gradle.properties</description>
        <pubDate>Sun, 26 Jun 2022 02:48:40 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>29a50f5c - [android] Fix classic build errors (#17616)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle.properties#29a50f5c</link>
        <description>[android] Fix classic build errors (#17616)# WhyFix android classic build error# Howcherry-pick from sdk-45  - https://github.com/expo/expo/commit/fc8e8f712075f42bbbc21c4fc432e270531d16cf  - https://github.com/expo/expo/commit/e9f61e8833ada706ce808bdededee85e2a1cd8af  - https://github.com/expo/expo/commit/db5944cfc76c9bb878f2b300405f93ecad8d6cecBasically that in turtle builder, we use the prebuilt react-native aar and don&apos;t have react-native package installed.# Test Plantested `expo build:android` from a sdk 45 NCL on staging

            List of files:
            /expo/android/gradle.properties</description>
        <pubDate>Tue, 24 May 2022 12:50:50 +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.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.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.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.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>2f6287e1 - [updates] modularize expo-updates without further app setup (#14198)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle.properties#2f6287e1</link>
        <description>[updates] modularize expo-updates without further app setup (#14198)# Whymodularize expo-update without app project setup# How- [ios] introduce `EXUpdatesAppDelegate` to replace AppDelegate setup- [ios] move create-manifest-ios.sh into podspec- [android] leverage `ReactNativeHostWrapper` and put into UpdatePackages to replace classic MainApplication setup- [android] move create-manifest-android.gradle into library build.gradle# Test Planthese changes relies on expo-modules-core. however, our `expo-template-bare-minimum` template does not migrate to expo-modules-core yet. so i initiated a project from `expo-template-bare-minimum` with expo-modules-core migration to test the functionalities. please check [bare-update project in this branch](https://github.com/expo/expo/commits/%40kudo/modularize-expo-update-test/apps/bare-update).test steps (based on bare-update project, the update url is `https://exp.host/@kudochien/bare-update`):1. test release build (both ios and android)2. modify App.js and `expo publish`3. relaunch apps twice and see if the app has the updated content.to test backward compatible, revert the `replace expo-updates integration by in-module setup` commit and go through the steps above again.# Checklist- [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.io and README.md).- [x] This diff will work correctly for `expo build` (eg: updated `@expo/xdl`).- [x] This diff will work correctly for `expo prebuild` &amp; EAS Build (eg: updated a module plugin).

            List of files:
            /expo/android/gradle.properties</description>
        <pubDate>Thu, 09 Sep 2021 06:16:36 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>1df8bf88 - Disable useNewApkCreator to fix build error (#9173)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle.properties#1df8bf88</link>
        <description>Disable useNewApkCreator to fix build error (#9173)Entry name &apos;META-INF/MANIFEST.MF&apos; collided

            List of files:
            /expo/android/gradle.properties</description>
        <pubDate>Sat, 11 Jul 2020 01:42:37 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;baconbrix@gmail.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.properties#b82fbba2</link>
        <description>[Android] Update gradle to 5.6.3 &amp; butterknife to 10.2.0 (#6045)

            List of files:
            /expo/android/gradle.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>db136923 - Migrate to androidx (#5521)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle.properties#db136923</link>
        <description>Migrate to androidx (#5521)# Whyresolves: https://github.com/expo/expo/issues/5260# Howhttps://developer.android.com/jetpack/androidx/migratehttps://blog.danlew.net/2018/11/14/the-reality-of-migrating-to-androidx/https://gist.github.com/loganj/7535a13e98be83460f362b63dbd13e07# Test PlanRun NCL, native tests (androidTest,  test)

            List of files:
            /expo/android/gradle.properties</description>
        <pubDate>Wed, 25 Sep 2019 07:14:59 +0000</pubDate>
        <dc:creator>Szymon20000 &lt;szymon20000@gmail.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.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.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>306ebd43 - [android] Reenable AAPT2 (#2975)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle.properties#306ebd43</link>
        <description>[android] Reenable AAPT2 (#2975)

            List of files:
            /expo/android/gradle.properties</description>
        <pubDate>Thu, 13 Dec 2018 10:57:01 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>8034d412 - [Android] Update Android Image Cropper to provide some new locales (#2955)</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle.properties#8034d412</link>
        <description>[Android] Update Android Image Cropper to provide some new locales (#2955)* [Android] Update Android Image Cropper to provide some new locales* Add CHANGELOG.md entry* Update CHANGELOG.mdCo-Authored-By: bbarthec &lt;bartlomiejbukowski.b@gmail.com&gt;

            List of files:
            /expo/android/gradle.properties</description>
        <pubDate>Thu, 13 Dec 2018 08:24:23 +0000</pubDate>
        <dc:creator>Bart&#322;omiej Bukowski &lt;bartlomiejbukowski.b@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c950fe60 - [android] Gradle retries start with 1 second delay</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle.properties#c950fe60</link>
        <description>[android] Gradle retries start with 1 second delayThis will be the default in new versions, and seems more resilient to intermittent request failures.

            List of files:
            /expo/android/gradle.properties</description>
        <pubDate>Fri, 16 Nov 2018 21:05:59 +0000</pubDate>
        <dc:creator>Nick Novitski &lt;nick@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>1dc0ff4e - Restore previous gradle properties.</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle.properties#1dc0ff4e</link>
        <description>Restore previous gradle properties.fbshipit-source-id: 2c5736f

            List of files:
            /expo/android/gradle.properties</description>
        <pubDate>Tue, 13 Feb 2018 00:19:51 +0000</pubDate>
        <dc:creator>Adam Perry &lt;adam.n.perry@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4ea04b63 - Specify hw-specific gradle opts elsewhere.</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle.properties#4ea04b63</link>
        <description>Specify hw-specific gradle opts elsewhere.fbshipit-source-id: 988535a

            List of files:
            /expo/android/gradle.properties</description>
        <pubDate>Mon, 12 Feb 2018 18:09:48 +0000</pubDate>
        <dc:creator>Adam Perry &lt;adam.n.perry@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>637203c8 - Give gradle more memory cuz it&apos;s crazy :O</title>
        <link>http://172.16.0.5:8080/history/expo/android/gradle.properties#637203c8</link>
        <description>Give gradle more memory cuz it&apos;s crazy :Ofbshipit-source-id: bf3913b

            List of files:
            /expo/android/gradle.properties</description>
        <pubDate>Thu, 25 Aug 2016 19:51:33 +0000</pubDate>
        <dc:creator>Nikhilesh Sigatapu &lt;s.nikhilesh@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
