diff --git a/help/INSTALL-ANDROID.md b/help/INSTALL-ANDROID.md index eb4b66cb..869b9f4e 100644 --- a/help/INSTALL-ANDROID.md +++ b/help/INSTALL-ANDROID.md @@ -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 @@ -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) \ No newline at end of file +[Example AndroidManifest.xml](https://github.com/gdelataillade/alarm/blob/main/example/android/app/src/main/AndroidManifest.xml)