There was an error while loading. Please reload this page.
1 parent 0304cfa commit f15f1daCopy full SHA for f15f1da
messaging/messaging_java/build.gradle
@@ -43,6 +43,10 @@ android {
43
}
44
compileSdkVersion 33
45
46
+ defaultConfig {
47
+ minSdkVersion 14
48
+ }
49
+
50
sourceSets {
51
main {
52
manifest.srcFile '../src/android/java/LibraryManifest.xml'
release_build_files/readme.md
@@ -636,6 +636,8 @@ code.
636
- Dynamic Links: The Dynamic Links SDK is now deprecated. See the [support
637
documentation](https://firebase.google.com/support/dynamic-links-faq)
638
for more information.
639
+ - Messaging (Android): Fixed minSdkVersion in the firebase_messaging.aar
640
+ manifest file.
641
642
### 11.7.0
643
- Changes
0 commit comments