From d1e15290d4686f824749eb55bfed7dac4438f97e Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 25 Feb 2022 21:29:57 +0300 Subject: [PATCH] update sdk to 30 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5cc8441..d2842ec 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,13 +2,13 @@ apply plugin: 'com.android.application' apply plugin: 'com.github.axet.dxplugin' android { - compileSdkVersion 29 + compileSdkVersion 30 ndkVersion "16.1.4479499" // strip debug symbols defaultConfig { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 - targetSdkVersion 29 + targetSdkVersion 30 versionCode 355 versionName "3.4.5" }