Change target api to 29 for possible better performance and compatibility.

This commit is contained in:
Electric
2021-01-05 15:06:54 +02:00
parent 195fb9520a
commit f00ff42980
+3 -2
View File
@@ -1,13 +1,14 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 30 compileSdkVersion 29
buildToolsVersion '30.0.2' buildToolsVersion '30.0.2'
defaultConfig { defaultConfig {
applicationId "com.dosse.airpods" applicationId "com.dosse.airpods"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 30 //noinspection OldTargetApi
targetSdkVersion 29
versionCode 15 versionCode 15
versionName '1.5' versionName '1.5'