| apply plugin: 'com.android.application' |
| applicationId "com.google.oboe.samples.megadrone" |
| testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' |
| storeFile new File("${System.properties['user.home']}/.android/debug.keystore") |
| keyAlias 'androiddebugkey' |
| signingConfig signingConfigs.release |
| proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |
| path "src/main/cpp/CMakeLists.txt" |
| implementation fileTree(dir: 'libs', include: ['*.jar']) |
| implementation 'androidx.appcompat:appcompat:1.0.0-rc02' |
| implementation 'androidx.constraintlayout:constraintlayout:1.1.3' |