Skip to content

Commit fa8d1ca

Browse files
fatsjohonimahnnjkasten2
authored andcommitted
App gradle update
1 parent aa27663 commit fa8d1ca

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

Examples/AndroidStudio/app/build.gradle

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ android {
1919
buildToolsVersion '27.0.3'
2020

2121
defaultConfig {
22-
applicationId "com.onesignal.example"
22+
applicationId 'com.onesignal.example'
2323

2424
// 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',
2626
// Project number pulled from dashboard, local value is ignored.
27-
onesignal_google_project_number: "REMOTE"]
27+
onesignal_google_project_number: 'REMOTE']
2828

29-
minSdkVersion 16
29+
minSdkVersion 15
3030
targetSdkVersion 27
3131
versionCode 1
32-
versionName "1.0"
32+
versionName '1.0'
3333
}
3434
buildTypes {
3535
release {
@@ -42,16 +42,10 @@ android {
4242
dependencies {
4343
implementation fileTree(dir: 'libs', include: ['*.jar'])
4444
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-
4945

5046
// OneSignal SDK
5147
implementation 'com.onesignal:OneSignal:[3.9.2, 3.99.99)'
5248

5349
// Required for geotagging
5450
implementation 'com.google.android.gms:play-services-location:15.0.1'
55-
56-
5751
}

0 commit comments

Comments
 (0)