Skip to content

Commit

Permalink
Merge pull request #774 from deckerst/agp8-compat-flutter
Browse files Browse the repository at this point in the history
[Flutter] AGP8 compatibility
  • Loading branch information
tanersener authored Jul 16, 2023
2 parents 5fc7041 + 9102693 commit 497bda9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flutter/flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 497bda9

Please sign in to comment.