Skip to content

Commit 012155e

Browse files
authored
Merge pull request #64 from OneSignal/update-compilesdkv
updated compileSdkVersion from 27 to 28
2 parents 25fdbe0 + 40d9730 commit 012155e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootProject.allprojects {
2222
apply plugin: 'com.android.library'
2323

2424
android {
25-
compileSdkVersion 27
25+
compileSdkVersion 28
2626

2727
defaultConfig {
2828
minSdkVersion 16
@@ -72,4 +72,4 @@ rootProject.childProjects.each { projName, proj ->
7272
proj.afterEvaluate {
7373
DefaultManifestPlaceHolders.addManifestToAppProject(proj)
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)