We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c002b52 commit 999340dCopy full SHA for 999340d
OneSignalSDK/build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
5
ext {
6
buildVersions = [
7
- compileSdkVersion: 28,
+ compileSdkVersion: 29,
8
targetSdkVersion: 28
9
]
10
androidGradlePluginVersion = '3.6.2'
OneSignalSDK/unittest/build.gradle
@@ -11,7 +11,7 @@ ext {
11
googlePlayServicesVersion = '17.0.0'
12
jUnitVersion = '4.12'
13
reflectionsVersion = '0.9.12'
14
- roboelectricVersion = '4.3.1'
+ roboelectricVersion = '4.4'
15
}
16
17
apply plugin: 'com.android.application'
0 commit comments