File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Examples/AndroidStudio/app Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ android {
19
19
buildToolsVersion ' 27.0.3'
20
20
21
21
defaultConfig {
22
- applicationId " com.onesignal.example"
22
+ applicationId ' com.onesignal.example'
23
23
24
24
// TODO: Please update the OneSignal ID below to yours!
25
- manifestPlaceholders = [onesignal_app_id : " 3beb3078-e0f1-4629-af17-fde833b9f716" ,
25
+ manifestPlaceholders = [onesignal_app_id : ' 3beb3078-e0f1-4629-af17-fde833b9f716' ,
26
26
// Project number pulled from dashboard, local value is ignored.
27
- onesignal_google_project_number : " REMOTE" ]
27
+ onesignal_google_project_number : ' REMOTE' ]
28
28
29
- minSdkVersion 16
29
+ minSdkVersion 15
30
30
targetSdkVersion 27
31
31
versionCode 1
32
- versionName " 1.0"
32
+ versionName ' 1.0'
33
33
}
34
34
buildTypes {
35
35
release {
@@ -42,16 +42,10 @@ android {
42
42
dependencies {
43
43
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
44
44
implementation ' com.android.support:appcompat-v7:27.+'
45
- implementation ' com.android.support:animated-vector-drawable:27.+'
46
- implementation ' com.android.support:support-compat:27.+'
47
- implementation ' com.android.support.constraint:constraint-layout:1.1.0'
48
-
49
45
50
46
// OneSignal SDK
51
47
implementation ' com.onesignal:OneSignal:[3.9.2, 3.99.99)'
52
48
53
49
// Required for geotagging
54
50
implementation ' com.google.android.gms:play-services-location:15.0.1'
55
-
56
-
57
51
}
You can’t perform that action at this time.
0 commit comments