Skip to content

Commit

Permalink
Adds Android namespace (#1216)
Browse files Browse the repository at this point in the history
* Adds Android namespace

Adds a `namespace` attribute to the Android build.gradle, for compatibility with Android Gradle Plugin 8.0.

* Adds Android namespace

Adds a namespace attribute to the Android build.gradle, for compatibility with Android Gradle Plugin 8.0.
  • Loading branch information
asaarnak committed Apr 29, 2023
1 parent 5bdbe30 commit 0befdcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
namespace 'com.flutter.stripe.example'
compileSdkVersion 33

sourceSets {
Expand Down
1 change: 1 addition & 0 deletions packages/stripe_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'com.flutter.stripe'
compileSdkVersion 32

sourceSets {
Expand Down

0 comments on commit 0befdcf

Please sign in to comment.