diff --git a/.pubignore b/.pubignore deleted file mode 100644 index c3624fb5..00000000 --- a/.pubignore +++ /dev/null @@ -1,3 +0,0 @@ -# Debug assets -assets/blank.mp3 -assets/not_blank.mp3 \ No newline at end of file diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index e6d2c29d..6ef69eab 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -51,6 +51,8 @@ android { targetSdkVersion flutter.targetSdkVersion versionCode flutterVersionCode.toInteger() versionName flutterVersionName + + multiDexEnabled true } buildTypes { diff --git a/help/INSTALL-ANDROID.md b/help/INSTALL-ANDROID.md index 477e97d5..1e1fe07d 100644 --- a/help/INSTALL-ANDROID.md +++ b/help/INSTALL-ANDROID.md @@ -54,6 +54,7 @@ This setup is essential for managing notifications, especially when the app is t ## Additional Resource -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: +For a practical implementation example, you can refer to the example's Android manifest & build.gradle 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 build.gradle](https://github.com/gdelataillade/alarm/blob/main/example/android/app/build.gradle) +[Example AndroidManifest.xml](https://github.com/gdelataillade/alarm/blob/main/example/android/app/src/main/AndroidManifest.xml) \ No newline at end of file