Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 6b72563

Browse files
committed
Fixing number
1 parent fa30ae3 commit 6b72563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ After installing the plugin and syncing your Android Studio project with Gradle,
325325
}
326326
```
327327

328-
3. If you used RNPM to install/link the CodePush plugin, there are a two additional changes you'll need to make due to the fact thsat RNPM makes some assupmtions about the CodePush plugin that aren't currently true. Otherwise, skip to step #3:
328+
2. If you used RNPM to install/link the CodePush plugin, there are a two additional changes you'll need to make due to the fact thsat RNPM makes some assupmtions about the CodePush plugin that aren't currently true. Otherwise, skip to step #3:
329329

330330
```java
331331
...
@@ -346,7 +346,7 @@ After installing the plugin and syncing your Android Studio project with Gradle,
346346
}
347347
```
348348

349-
2. Ensure that the `android.defaultConfig.versionName` property in your `android/app/build.gradle` file is set to a semver compliant value. Note that if the value provided is missing a patch version, the CodePush server will assume it is `0`, i.e. `1.0` will be treated as `1.0.0`.
349+
3. Ensure that the `android.defaultConfig.versionName` property in your `android/app/build.gradle` file is set to a semver compliant value. Note that if the value provided is missing a patch version, the CodePush server will assume it is `0`, i.e. `1.0` will be treated as `1.0.0`.
350350

351351
```gradle
352352
android {

0 commit comments

Comments
 (0)