Bump Android SDK to 29 (#547)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/547 Only affecting the Gradle/Open Source build. Reviewed By: danielbuechele Differential Revision: D17394866 fbshipit-source-id: 0bb77847173018a27b7552407b1d5dce10f52d0d
This commit is contained in:
committed by
Facebook Github Bot
parent
22351311ae
commit
a884f1a4ac
@@ -44,9 +44,9 @@ subprojects {
|
||||
|
||||
ext {
|
||||
minSdkVersion = 15
|
||||
targetSdkVersion = 28
|
||||
compileSdkVersion = 28
|
||||
buildToolsVersion = '28.0.3'
|
||||
targetSdkVersion = 29
|
||||
compileSdkVersion = 29
|
||||
buildToolsVersion = '29.0.2'
|
||||
sourceCompatibilityVersion = JavaVersion.VERSION_1_7
|
||||
targetCompatibilityVersion = JavaVersion.VERSION_1_7
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user