Skip to content

Commit

Permalink
Add explicit SDK version to messaging AAR. (#1523)
Browse files Browse the repository at this point in the history
* Add SDK version to messaging AAR.

* Add readme.

* Switch minSdkVersion to 14.
  • Loading branch information
jonsimantov authored Jan 18, 2024
1 parent 0304cfa commit f15f1da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions messaging/messaging_java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ android {
}
compileSdkVersion 33

defaultConfig {
minSdkVersion 14
}

sourceSets {
main {
manifest.srcFile '../src/android/java/LibraryManifest.xml'
Expand Down
2 changes: 2 additions & 0 deletions release_build_files/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,8 @@ code.
- Dynamic Links: The Dynamic Links SDK is now deprecated. See the [support
documentation](https://firebase.google.com/support/dynamic-links-faq)
for more information.
- Messaging (Android): Fixed minSdkVersion in the firebase_messaging.aar
manifest file.

### 11.7.0
- Changes
Expand Down

0 comments on commit f15f1da

Please sign in to comment.