Bump AndroidX/Kotlin setup
Summary: Just a few tweaks to bring AndroidX up-to-date. Required some fixes to the Kotlin Tutorial as it was throwing errors about JRE incompatibilities. Reviewed By: fabiomassimo Differential Revision: D29761484 fbshipit-source-id: 10cb76115fe7542a60b6e5d14be9c0434e85171c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8124663c5c
commit
d676f8f0a6
@@ -46,12 +46,10 @@ subprojects {
|
||||
|
||||
ext {
|
||||
minSdkVersion = 15
|
||||
targetSdkVersion = 29
|
||||
compileSdkVersion = 29
|
||||
targetSdkVersion = 30
|
||||
compileSdkVersion = 30
|
||||
buildToolsVersion = '30.0.2'
|
||||
ndkVersion = '21.3.6528147'
|
||||
sourceCompatibilityVersion = JavaVersion.VERSION_1_7
|
||||
targetCompatibilityVersion = JavaVersion.VERSION_1_7
|
||||
}
|
||||
|
||||
ext.deps = [
|
||||
|
||||
Reference in New Issue
Block a user