blob: fadb16eaf3804e1baa86f4b98e8013499764bf8e [file] [edit]
apply plugin: 'com.android.library'
android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 36
compileSdkVersion 36
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt')
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_18
targetCompatibility JavaVersion.VERSION_18
}
namespace 'com.google.oboe.samples.audio_device'
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
}