mirror of
https://github.com/adolfintel/OpenPods.git
synced 2026-09-16 15:36:12 -04:00
Change target api to 29 for possible better performance and compatibility.
This commit is contained in:
@@ -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'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user