Skip to content

Commit

Permalink
Update INSTALL-ANDROID.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelataillade committed Nov 19, 2023
1 parent 7709568 commit e3f0f9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion help/INSTALL-ANDROID.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Android Setup

If you are using a plugin version below `3.0.0`, follow [these installation steps](https://github.com/gdelataillade/alarm/blob/a2b736807e03ae1f3a60f234ad0b4f686ac59520/help/INSTALL-ANDROID.md) instead.

## Step 1
In your `android/app/build.gradle`, make sure you have the following config:
```Gradle
Expand Down Expand Up @@ -63,4 +65,4 @@ This setup is essential for managing notifications, especially when the app is t

For a practical implementation example, you can refer to the example's Android manifest in the plugin repository. This might help you better understand the setup and integration:

[Example AndroidManifest.xml](https://github.com/gdelataillade/alarm/blob/main/example/android/app/src/main/AndroidManifest.xml)
[Example AndroidManifest.xml](https://github.com/gdelataillade/alarm/blob/main/example/android/app/src/main/AndroidManifest.xml)

0 comments on commit e3f0f9c

Please sign in to comment.