Skip to content

Commit fa67bd6

Browse files
author
Adrián García
authored
Update README with contributors and example app usage instructions
1 parent 0ceaf87 commit fa67bd6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,18 @@ Add the following dependencies to your app's `build.gradle`:
3939
* Request a flexible or immediate update with _AppUpdatesHelper.startFlexibleUpdate()_ or _AppUpdatesHelper.startImmediateUpdate()_
4040
4141
Check the [example app](app) for more implementation details about [flexible](app/src/main/kotlin/com/bq/appupdateshelper/flexible/FlexibleUpdateActivity.kt)
42-
and [immediate](app/src/main/kotlin/com/bq/appupdateshelper/immediate/ImmediateUpdateActivity.kt) updates.
42+
and [immediate](app/src/main/kotlin/com/bq/appupdateshelper/immediate/ImmediateUpdateActivity.kt) updates.
43+
44+
If you use the example app, don't forget the following things when testing:
45+
* Change the package name of the example app to the one you'd like to test in-app updates with.
46+
* Sign the example app with the same keys that you used to sign the app you want to test in-app updates with.
47+
* If the app is not published yet, or you want to test with internal app sharing or closed tracks, ensure that any of your Google accounts in your device has access to said app in Google Play Store.
4348
4449
You can also use a [fake implementation](app/src/main/kotlin/com/bq/appupdateshelper/fake/FakeUpdateActivity.kt) to test in-app updates.
4550
4651
## Authors & Collaborators
47-
* [Adrián García](https://github.com/adriangl) - Author
52+
* [Adrián García](https://github.com/adriangl) - Author and maintainer
53+
* [Daniel Sánchez Ceinos](https://github.com/danielceinos) - Contributor
4854
4955
## License
5056
```

0 commit comments

Comments
 (0)