Blog How to create Review Apps for Android with GitLab, fastlane, and Appetize.io
Published on May 6, 2020
1 min read

How to create Review Apps for Android with GitLab, fastlane, and Appetize.io

See how GitLab and Appetize.io can bring Review Apps to your Android project

gitlab-values-cover.png

In a [previous look at GitLab and fastlane], we discussed how fastlane now automatically publishes the Gitter Android app to the Google Play Store, but at GitLab, we live on [review apps], and review apps for Android applications didn't really exist... until [Appetize.io] came to our attention.

Just a simple extension of our existing .gitlab-ci.yml, we can utilize Appetize.io to spin up review apps of our Android application.

If you'd rather just skip to the end, you can see [my MR to the Gitter Android project].

Setting up Fastlane

Fortunately for us, fastlane has integrated support for Appetize.io, so all that's needed to hit Appetize is the addition of a new lane:

diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index eb47819..f013a86 100644

We want to hear from you

Enjoyed reading this blog post or have questions or feedback? Share your thoughts by creating a new topic in the GitLab community forum. Share your feedback

Ready to get started?

See what your team could do with a unified DevSecOps Platform.

Get free trial

New to GitLab and not sure where to start?

Get started guide

Learn about what GitLab can do for your team

Talk to an expert