From a287e5ea2dca4a8302dc67cbfbb5ac44b08281f7 Mon Sep 17 00:00:00 2001 From: sh123 Date: Thu, 14 Oct 2021 15:11:17 +0300 Subject: [PATCH] Update target sdk version --- libcodec2-android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcodec2-android/build.gradle b/libcodec2-android/build.gradle index f10fc6c..85466ed 100644 --- a/libcodec2-android/build.gradle +++ b/libcodec2-android/build.gradle @@ -12,7 +12,7 @@ buildscript { } android { - compileSdkVersion 28 + compileSdkVersion 30 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 @@ -21,7 +21,7 @@ android { defaultConfig { minSdkVersion 16 - targetSdkVersion 28 + targetSdkVersion 30 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"