Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
michalowskim committed Aug 28, 2024
2 parents 5d6df11 + c6e03fb commit 7bc8978
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7bc8978

Please sign in to comment.