Skip to content

Commit f15f1da

Browse files
authored
Add explicit SDK version to messaging AAR. (#1523)
* Add SDK version to messaging AAR. * Add readme. * Switch minSdkVersion to 14.
1 parent 0304cfa commit f15f1da

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

messaging/messaging_java/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ android {
4343
}
4444
compileSdkVersion 33
4545

46+
defaultConfig {
47+
minSdkVersion 14
48+
}
49+
4650
sourceSets {
4751
main {
4852
manifest.srcFile '../src/android/java/LibraryManifest.xml'

release_build_files/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,8 @@ code.
636636
- Dynamic Links: The Dynamic Links SDK is now deprecated. See the [support
637637
documentation](https://firebase.google.com/support/dynamic-links-faq)
638638
for more information.
639+
- Messaging (Android): Fixed minSdkVersion in the firebase_messaging.aar
640+
manifest file.
639641

640642
### 11.7.0
641643
- Changes

0 commit comments

Comments
 (0)