unplugged-system/external/oboe/samples/audio-device/build.gradle

20 lines
388 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt')
}
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0-rc02'
}