From f00ff4298019890853eb532d2b68bdaeaa7c20c7 Mon Sep 17 00:00:00 2001 From: Electric Date: Tue, 5 Jan 2021 15:06:54 +0200 Subject: [PATCH] Change target api to 29 for possible better performance and compatibility. --- OpenPods/app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/OpenPods/app/build.gradle b/OpenPods/app/build.gradle index 6ff4c8c..ca22081 100644 --- a/OpenPods/app/build.gradle +++ b/OpenPods/app/build.gradle @@ -1,13 +1,14 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 30 + compileSdkVersion 29 buildToolsVersion '30.0.2' defaultConfig { applicationId "com.dosse.airpods" minSdkVersion 23 - targetSdkVersion 30 + //noinspection OldTargetApi + targetSdkVersion 29 versionCode 15 versionName '1.5'