Skip to content

Commit 19c5451

Browse files
committed
update tests minSdkVersion to 19
We bumped to a new FCM version which requires a min SDK version of 19, it seems we only missed this in the tests.
1 parent 8d7ed1b commit 19c5451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalSDK/unittest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
buildVersions = [
3-
minSdkVersion: 17,
3+
minSdkVersion: 19,
44
versionCode: 1,
55
versionName: '1.0'
66
]

0 commit comments

Comments
 (0)