Skip to content

Commit a1c7c18

Browse files
authored
Warning about android versionCode + make icon app
1 parent e7a0b1a commit a1c7c18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/beta builds.md

Lines changed: 3 additions & 3 deletions
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 [MakeAppIcon](https://makeappicon.com/)
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,8 +303,8 @@ 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 deploy, be sure to `manually` upgrade the `versionCode` value inside `android/app/build.gradle`
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`.
308308
We are working on an automatic way to do this.
309309

310310
Creating a beta build and uploading it on Google Play is now really easy.

0 commit comments

Comments
 (0)