File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ android {
101101 defaultConfig {
102102 applicationId " com.facebook.react.uiapp"
103103 minSdkVersion 16
104- targetSdkVersion 27
104+ targetSdkVersion 28
105105 versionCode 1
106106 versionName " 1.0"
107107 }
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ android {
274274
275275 defaultConfig {
276276 minSdkVersion(16 )
277- targetSdkVersion(27 )
277+ targetSdkVersion(28 )
278278 versionCode(1 )
279279 versionName(" 1.0" )
280280
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 buildToolsVersion = " 28.0.3"
66 minSdkVersion = 16
77 compileSdkVersion = 28
8- targetSdkVersion = 27
8+ targetSdkVersion = 28
99 supportLibVersion = " 28.0.0"
1010 }
1111 repositories {
You can’t perform that action at this time.
0 commit comments