<?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>71ea6032 - [android][tools] fix expo go versioning issues on android (#22950)</title>
        <link>http://172.16.0.5:8080/history/expo/android/versioned-react-native/gradle.properties#71ea6032</link>
        <description>[android][tools] fix expo go versioning issues on android (#22950)# Whyfix expo-go android versioning for sdk 49close ENG-8955# How- [tools] fix for react-native monorepo changes- [tools] update manifest-merger because the original one doesn&apos;t support java 17. since the new manifest-merger has kotlin runtime and the jar takes about 35MB. rather than committing a prebuilt jar, now we build manifest-merger from source.- [tools] since #22609 we don&apos;t have `package` in libraries&apos; AndroidManifest.xml, the manifest-merger still requires the `package`, so we have to temporarily put the `package` back during manifest merging. (the `package` name is generated from `namespace` in build.gradle)- [tools] the original jarjar uses outdated [ASM](https://asm.ow2.io/) and it doesn&apos;t support bytecode generated by kotlin. react-native now has some kotlin code, and the original jarjar cannot transform package name from those kotlin classes. i&apos;ve tried to rebuild a jarjar from [this revision](https://github.com/google/jarjar/commit/e11d5636aa45664271c8f1603067527b2520f591). this requires some manual steps like updating ASM libs and install ant builder. so i still commit the prebuilt jarjar in this pr.- [updates] force casting for `UpdateEntity` to deal with kotlin smart casting from versioned to unversioned kernel class. (i&apos;ll leave inline comment for this)- [expo-modules-core&apos;s `android-annotation`] the project stays in a place that does not support versioning yet. in this pr i just keep it as an unversionable project. cc @lukmccall # Test Plan`et add-sdk -p android -s 49.0.0` + android versioned expo-go + sdk 49 NCL smoke test

            List of files:
            /expo/android/versioned-react-native/gradle.properties</description>
        <pubDate>Thu, 22 Jun 2023 05:59:36 +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/versioned-react-native/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/versioned-react-native/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>370fa39d - [android][ios] Fix versioning for expo go after react-native 0.67.2 upgrade (#16401)</title>
        <link>http://172.16.0.5:8080/history/expo/android/versioned-react-native/gradle.properties#370fa39d</link>
        <description>[android][ios] Fix versioning for expo go after react-native 0.67.2 upgrade (#16401)# Whyfor sdk45 and based on #16400# How- [tools] Fix versioning tools for react-native 0.67.2 upgrade- [expo-modules-core][ios] Fix missing `EX` prefix to some objective-c files for versioning support- [autolinking] Apply our cocoapods fix for `React-Core` swift support to versioned code- [expo-updates] fix an incompatible `ReactInstanceManager` in UpdatesPackage where UpdateController is unversioned but UpdatePackage is versioned.- [expo-file-system] okhttp/okio code for new versioned code build successfully. this is done in #16446# Test Plan- `et add-sdk -p android -s 45.0.0` and build/launch sdk 45 expo go with sdk 45 ncl- `et add-sdk -p ios -s 45.0.0` and build/launch sdk 45 expo go with sdk 45 ncl

            List of files:
            /expo/android/versioned-react-native/gradle.properties</description>
        <pubDate>Mon, 28 Feb 2022 15:30:12 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&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/versioned-react-native/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/versioned-react-native/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>947eafed - [sdk31] Update versioned-react-native</title>
        <link>http://172.16.0.5:8080/history/expo/android/versioned-react-native/gradle.properties#947eafed</link>
        <description>[sdk31] Update versioned-react-native

            List of files:
            /expo/android/versioned-react-native/gradle.properties</description>
        <pubDate>Fri, 26 Oct 2018 14:36:29 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
