File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/main/java/com/onesignal Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
maven { url ' https://maven.google.com' }
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.0.0-beta1 '
10
+ classpath ' com.android.tools.build:gradle:3.0.0-beta2 '
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
13
13
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ android {
28
28
dependencies {
29
29
provided fileTree(dir : ' libs' , include : [' *.jar' ])
30
30
31
- compile ' com.google.android.gms:play-services-gcm:11.0.4 '
32
- compile ' com.google.android.gms:play-services-location:11.0.4 '
31
+ compile ' com.google.android.gms:play-services-gcm:11.2.0 '
32
+ compile ' com.google.android.gms:play-services-location:11.2.0 '
33
33
34
34
compile ' com.android.support:support-v4:26.0.1'
35
35
compile ' com.android.support:customtabs:26.0.1'
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class Global {
24
24
static def POM_NAME = ' OneSignal'
25
25
static def POM_ARTIFACT_ID = ' OneSignal'
26
26
static def POM_PACKAGING = ' aar'
27
- static def VERSION_NAME = ' 3.6.0 '
27
+ static def VERSION_NAME = ' 3.6.1 '
28
28
29
29
// Limit upper number (exclusive) to prevent untested versions
30
30
static def versionGroupOverrides = [
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ public void init() {
187
187
private static TrackGooglePurchase trackGooglePurchase ;
188
188
private static TrackAmazonPurchase trackAmazonPurchase ;
189
189
190
- public static final String VERSION = "030600 " ;
190
+ public static final String VERSION = "030601 " ;
191
191
192
192
private static AdvertisingIdentifierProvider mainAdIdProvider = new AdvertisingIdProviderGPS ();
193
193
You can’t perform that action at this time.
0 commit comments