added namespace for AGP8 compatibility

pull/765/head
Thibault Deckers 2 years ago
parent 47f85fa9ea
commit b50d361a2f
  1. 5
      flutter/flutter/android/build.gradle

@ -19,6 +19,11 @@ rootProject.allprojects {
apply plugin: 'com.android.library'
android {
// Conditional for compatibility with AGP <4.2.
if (project.android.hasProperty("namespace")) {
namespace 'com.arthenica.ffmpegkit.flutter'
}
compileSdkVersion 31
defaultConfig {

Loading…
Cancel
Save