Bump Gradle plugin to 3.6.1 (#958)

Summary:
This is in line with the most recent stable Android Studio Release.
Pull Request resolved: https://github.com/facebook/flipper/pull/958

Test Plan:
Used it myself.

Open Source CI required a higher NDK, so let's first check what CI says to that internally now.

Reviewed By: jknoxville

Differential Revision: D20794634

Pulled By: passy

fbshipit-source-id: c32f934634b036ad3c1cad9fc49541e585d64329
This commit is contained in:
Pascal Hartig
2020-04-06 06:41:38 -07:00
committed by Facebook GitHub Bot
parent 9ba990999c
commit 99a4884fad
11 changed files with 14 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion
ndkVersion rootProject.ndkVersion
defaultConfig {
minSdkVersion 21
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'