Skip to content

Commit

Permalink
Merge branch 'added_namespace'
Browse files Browse the repository at this point in the history
  • Loading branch information
ciriousjoker committed Dec 22, 2023
2 parents 634d42f + a63f681 commit 4c361d6
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.chargebee.flutter.sdk'
}

compileSdkVersion 30

compileOptions {
Expand Down

0 comments on commit 4c361d6

Please sign in to comment.