diff --git a/CHANGELOG.md b/CHANGELOG.md index c222176..68829be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.5 +- Support Gradle 8 ([#36](https://github.com/DroidsOnRoids/add-to-google-wallet/pull/36)) + ## 0.0.4+2 - Automated package publish diff --git a/android/build.gradle b/android/build.gradle index d818a0b..036c11c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,6 +25,10 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { + if (project.android.hasProperty("namespace")) { + namespace("com.droidsonroids.add_to_google_wallet") + } + compileSdk 34 compileOptions {