Skip to content

Commit cf3b1ba

Browse files
authored
Merge pull request #178 from mvarendorff/fix/compatibility-agp-8x
fix: AGP 8.x compatibility
2 parents 3b0239f + 666e4c2 commit cf3b1ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cryptography_flutter/android/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ apply plugin: 'com.android.library'
2525
apply plugin: 'kotlin-android'
2626

2727
android {
28+
if (project.android.hasProperty("namespace")) {
29+
namespace "dev.dint.cryptography_flutter"
30+
}
31+
2832
compileSdkVersion 31
2933

3034
compileOptions {

0 commit comments

Comments
 (0)