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:
Pascal Hartig
2021-07-19 03:52:46 -07:00
committed by Facebook GitHub Bot
parent 8124663c5c
commit d676f8f0a6
4 changed files with 13 additions and 13 deletions

View File

@@ -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 = [