update sdk to 30

This commit is contained in:
Alexey Kuznetsov 2022-02-25 21:29:57 +03:00
commit d1e15290d4

View file

@ -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"
}