From c4598208ac37ca50564fc695b5599afeaa5d69e2 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sat, 22 Dec 2018 18:24:31 +0100 Subject: [PATCH] Update maxSdkVersion --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e47a4f5..133ecd3 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ android { versionName "2.0.4" minSdkVersion 16 targetSdkVersion 28 - maxSdkVersion 27 + maxSdkVersion 29 ndk { // Specifies the ABI configurations of your native // libraries Gradle should build and package with your APK.