Merge pull request #774 from deckerst/agp8-compat-flutter
[Flutter] AGP8 compatibility
This commit is contained in:
commit
497bda9b0b
|
@ -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…
Reference in New Issue
Block a user