Skip to content

Commit 57f444b

Browse files
dulmandakhfacebook-github-bot
authored andcommitted
bump targetSdkVersion to 28 (#23431)
Summary: Bump targetSdkVersion to 28 [Android] [Changed] - Bump targetSdkVersion to 28 Pull Request resolved: #23431 Differential Revision: D14065177 Pulled By: cpojer fbshipit-source-id: a161d1d385b7b40ec93d70851e5a41baeb58f830
1 parent 5747094 commit 57f444b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

RNTester/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff 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
}

ReactAndroid/build.gradle

+1-1
Original file line numberDiff line numberDiff 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

template/android/build.gradle

+1-1
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)