<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Offset Exchange</title>
    <description>The latest articles on DEV Community by Offset Exchange (@offsetexchange).</description>
    <link>https://dev.to/offsetexchange</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4044176%2F5a5e11ed-8605-4e9b-806d-7909cd6c67d7.png</url>
      <title>DEV Community: Offset Exchange</title>
      <link>https://dev.to/offsetexchange</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/offsetexchange"/>
    <language>en</language>
    <item>
      <title>I got tired of the EAS bill and the Fastlane/Ruby setup, so I built a local Android build + submit tool for Expo</title>
      <dc:creator>Offset Exchange</dc:creator>
      <pubDate>Thu, 23 Jul 2026 16:26:13 +0000</pubDate>
      <link>https://dev.to/offsetexchange/i-got-tired-of-the-eas-bill-and-the-fastlaneruby-setup-so-i-built-a-local-android-build-submit-2mfj</link>
      <guid>https://dev.to/offsetexchange/i-got-tired-of-the-eas-bill-and-the-fastlaneruby-setup-so-i-built-a-local-android-build-submit-2mfj</guid>
      <description>&lt;p&gt;I ship a React Native / Expo app, and the Android release loop kept eating my time.&lt;/p&gt;

&lt;p&gt;You can do it for free, sure. &lt;code&gt;eas build --local&lt;/code&gt;, Fastlane, a hand-rolled Gradle script. But "free" turns into a Gemfile, a Ruby version manager, a fastlane config you copy from three blog posts, a service-account key you generate wrong the first time, and a versionCode collision that rejects your upload at midnight. Then it breaks again the next time a dependency bumps or you switch machines.&lt;/p&gt;

&lt;p&gt;So I built a tool that does the whole thing locally, and cleaned it up enough to sell.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;One command opens a local dashboard on &lt;code&gt;127.0.0.1&lt;/code&gt;. From there:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Builds a signed, Play-ready &lt;code&gt;.aab&lt;/code&gt; on your machine. No cloud queue, unlimited.&lt;/li&gt;
&lt;li&gt;Submits straight to Google Play in one click (internal, closed, or production) with your own service-account key.&lt;/li&gt;
&lt;li&gt;Auto-bumps &lt;code&gt;versionCode&lt;/code&gt; by asking Play for the highest code you've already shipped, so you stop hitting duplicate-version rejections.&lt;/li&gt;
&lt;li&gt;Generates a release keystore if you don't have one, and runs a preflight "Doctor" before anything builds.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your code and keys never leave your machine. The only thing that goes out is a license check. Expo apps get auto-prebuilt, bare RN works too, and it runs on macOS, Windows, and Linux. Android only for now.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who it's not for
&lt;/h2&gt;

&lt;p&gt;If you already have Fastlane wired up and you like it, keep your setup, this isn't for you. It's for solo devs and small teams who don't want to lose a day to Ruby configs and Play-API tutorials, and for anyone who needs the whole pipeline to stay local.&lt;/p&gt;

&lt;p&gt;It's a paid tool: flat $39/mo or $390/yr, unlimited apps and builds, no metered anything. There's a &lt;code&gt;--demo&lt;/code&gt; mode that walks the full flow with a simulated build so you can see exactly what it does before pointing it at your real app. 30-day guarantee.&lt;/p&gt;

&lt;p&gt;Landing page + 50-second demo: &lt;a href="https://offsetbuild.offsetexchangellc.workers.dev" rel="noopener noreferrer"&gt;https://offsetbuild.offsetexchangellc.workers.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would genuinely like feedback from people who deal with this, especially on the submit-to-Play part.&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>expo</category>
      <category>android</category>
      <category>indiehackers</category>
    </item>
  </channel>
</rss>
