Skip to content

Commit 167e84b

Browse files
authored
Merge pull request #430 from firebase/am-messaging-version
Reduce the minSdkVersion of the messaging test to match the others
2 parents 4a34edd + 1d2cfdc commit 167e84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messaging/integration_test/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050

5151
defaultConfig {
5252
applicationId 'com.google.firebase.cpp.messaging.testapp'
53-
minSdkVersion 26
53+
minSdkVersion 16
5454
targetSdkVersion 28
5555
versionCode 1
5656
versionName '1.0'

0 commit comments

Comments
 (0)