Skip to content

Commit 2dbb3fa

Browse files
PirateBrookYkSix
andauthored
Update android/build.gradle
fix: Adjust low version compatibility Co-authored-by: Eric Lu <[email protected]>
1 parent 008ca60 commit 2dbb3fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

android/build.gradle

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

2828
android {
29-
namespace 'com.linecorp.flutter_line_sdk'
29+
if (project.android.hasProperty('namespace')) {
30+
namespace 'com.linecorp.flutter_line_sdk'
31+
}
3032
compileSdk 33
3133

3234
sourceSets {

0 commit comments

Comments
 (0)