Skip to content

Commit

Permalink
Merge branch 'main' into gma-ump-crash
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov authored Jan 18, 2024
2 parents 13982a8 + f15f1da commit 8a092ce
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 8a092ce

Please sign in to comment.