Skip to content

Commit

Permalink
Conditional for compatibility with AGP <4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gapkalov authored and vatsaltanna-simformsolutions committed Jan 9, 2025
1 parent 2aa4435 commit 4929441
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {

// Conditional for compatibility with AGP <4.2.
if (project.android.hasProperty("namespace")) {
namespace 'com.simform.flutter_credit_card'
}

compileSdk 31

compileOptions {
Expand Down

0 comments on commit 4929441

Please sign in to comment.