Skip to content

Commit b6a76e9

Browse files
authored
Merge pull request #53 from thecodingmachine/doc/beta-builds-icon
Warning about android versionCode + make icon app
2 parents 79675e3 + a1c7c18 commit b6a76e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/beta builds.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Before continuing make sure you have:
4747
- [ ] An Apple ID with an admin user, with its username (email, for example `[email protected]`) and password
4848
- [ ] Your app name, if not already created on the Developer Portal (for example `TCM React Native Boilerplate`). Fastlane can create applications in the Developer Portal and App Store Connect, so it's recommended to let Fastlane do the job for you.
4949
- [ ] Use the right [.gitignore](ios/.gitignore) file inside the `ios` directory
50-
- [ ] You also need to create an App Icon to use Fastlane or you will get an error on running `fastlane beta`. You can simply create one on using the website [AppIconMaker](http://appiconmaker.co/)
50+
- [ ] You also need to create an App Icon to use Fastlane or you will get an error on running `fastlane beta`. You can simply create one using the website [MakeAppIcon](https://makeappicon.com/)
5151

5252
Open your Xcode project and modify some information:
5353

@@ -303,6 +303,9 @@ To do this, comment the three last lines of the `Fastfile`
303303
```
304304
or create a new lane without thoses lines.
305305

306+
:exclamation: There is no official plugin to automatically upgrade android version code (unlike the iOS lane).
307+
Before each deployment, be sure to `manually` upgrade the `versionCode` value inside `android/app/build.gradle`.
308+
We are working on an automatic way to do this.
306309

307310
Creating a beta build and uploading it on Google Play is now really easy.
308311
Just type the following:

0 commit comments

Comments
 (0)