Skip to content

Commit 666e4c2

Browse files
committed
compatibility with AGP <4.2
1 parent 2e3943b commit 666e4c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cryptography_flutter/android/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ apply plugin: 'com.android.library'
2525
apply plugin: 'kotlin-android'
2626

2727
android {
28-
namespace "dev.dint.cryptography_flutter"
28+
if (project.android.hasProperty("namespace")) {
29+
namespace "dev.dint.cryptography_flutter"
30+
}
2931

3032
compileSdkVersion 31
3133

0 commit comments

Comments
 (0)