Skip to content

Commit 40d9730

Browse files
committed
updated compileSdkVersion from 27 to 28
1 parent 25fdbe0 commit 40d9730

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)