Skip to content

Commit

Permalink
Add SDK version to messaging AAR.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Jan 18, 2024
1 parent 0304cfa commit 154b259
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions messaging/messaging_java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ android {
}
compileSdkVersion 33

defaultConfig {
minSdkVersion 19
targetSdkVersion 28
}

sourceSets {
main {
manifest.srcFile '../src/android/java/LibraryManifest.xml'
Expand Down

0 comments on commit 154b259

Please sign in to comment.