Skip to content

Commit

Permalink
Merge pull request #73 from dieringe/added_namespace
Browse files Browse the repository at this point in the history
Make it compatible with AGP 8
  • Loading branch information
cb-haripriyan authored Jul 24, 2024
2 parents cbed6e4 + 38ea843 commit 1a1a6ae
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 1a1a6ae

Please sign in to comment.