Skip to content

Commit 999340d

Browse files
committed
Update to robolectric 4.4 and compileSdkVersion 29
* Updated compileSdkVersion to 29 as part of this commit as it is required to build.
1 parent c002b52 commit 999340d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OneSignalSDK/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44

55
ext {
66
buildVersions = [
7-
compileSdkVersion: 28,
7+
compileSdkVersion: 29,
88
targetSdkVersion: 28
99
]
1010
androidGradlePluginVersion = '3.6.2'

OneSignalSDK/unittest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111
googlePlayServicesVersion = '17.0.0'
1212
jUnitVersion = '4.12'
1313
reflectionsVersion = '0.9.12'
14-
roboelectricVersion = '4.3.1'
14+
roboelectricVersion = '4.4'
1515
}
1616

1717
apply plugin: 'com.android.application'

0 commit comments

Comments
 (0)