From 4131b1e5822d721892a3647ecc2480fbaa771e65 Mon Sep 17 00:00:00 2001 From: luancurti Date: Sun, 12 Jul 2020 23:41:08 -0300 Subject: [PATCH] Add compile sdk version in build gradle --- Example/android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/Example/android/app/build.gradle b/Example/android/app/build.gradle index 7712265..3041083 100644 --- a/Example/android/app/build.gradle +++ b/Example/android/app/build.gradle @@ -138,6 +138,7 @@ android { applicationId "com.example" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion + compileSdkVersion rootProject.ext.compileSdkVersion versionCode 1 versionName "1.0" }