Skip to content

Commit

Permalink
Android: add namespace for compat with AGP 8.0 (#254)
Browse files Browse the repository at this point in the history
Signed-off-by: Angga Satya Putra <[email protected]>
  • Loading branch information
AnggaSP authored Oct 16, 2023
1 parent bba20aa commit 6266ba4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/flutter_image_compress_common/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
if (project.android.hasProperty("namespace")) {
namespace 'com.fluttercandies.flutter_image_compress'
}

compileSdkVersion 31

sourceSets {
Expand Down

0 comments on commit 6266ba4

Please sign in to comment.