update sdk to 30
This commit is contained in:
parent
845e54f813
commit
d1e15290d4
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue