Skip to content

Commit 09aecc1

Browse files
author
Matthieu Napoli
committed
Improve the Android beta builds documentation
1 parent e6fc127 commit 09aecc1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/beta builds.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@ fastlane beta
184184

185185
Before continuing make sure you have:
186186

187-
- [ ] A Google Play Console account with an admin rights, with its username (email, for example `[email protected]`) and password
188-
- [ ] Unlike for iOS, Fastlane can't create applications in the Google Play Console. You must create your application before in the Google Play Console
189-
- [ ] Use the right [.gitignore](android/.gitignore) file inside the `android` directory
187+
- [ ] A Google Play Console *admin* account and its username (email, for example `[email protected]`) and password
188+
- [ ] Create your application in the Google Play Console (unlike for iOS Fastlane cannot do that for you)
189+
- [ ] Use the right [.gitignore](android/.gitignore) file inside the `android` directory (if you are using this boilerplate you are good to go)
190190
- [ ] [Collect your Google Credentials](https://docs.fastlane.tools/getting-started/android/setup/#collect-your-google-credentials)
191-
:warning: In the Google Play Console, add the parameter `&hl=en` at the end of the URL (before any #) to switch to English. In some languages, the "Create Service Account" will not be able.
192-
Download the JSON key file, and copy it into `my-project/android/key.json`
191+
:warning: In the Google Play Console, add the parameter `&hl=en` at the end of the URL (before any #) to switch to English. In some languages, the "Create Service Account" will not be available.
192+
Download the JSON key file, and copy it into `my-project/android/key.json`
193193
- [ ] Install [all dependencies](https://facebook.github.io/react-native/docs/getting-started.html#installing-dependencies-1) for macOS and Android
194194

195195

0 commit comments

Comments
 (0)