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
@@ -15,7 +15,7 @@ android {
|
||||
minSdkVersion 21
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
applicationId 'com.facebook.flipper.sample'
|
||||
targetSdkVersion 28
|
||||
targetSdkVersion rootProject.targetSdkVersion
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
@@ -35,8 +35,8 @@ android {
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user