Skip to content

Commit

Permalink
add namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-ingenito authored Dec 25, 2024
1 parent 2aa4435 commit b06ae41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ 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 b06ae41

Please sign in to comment.