Skip to content

Commit

Permalink
-.initialize() method after initial setup
Browse files Browse the repository at this point in the history
-Issues Solved
  • Loading branch information
hannanshahidfunsoltech committed Jul 2, 2024
1 parent 4e8c18e commit f8a7045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add Funsol Billing Helper dependencies in App level build.gradle.
```kotlin

dependencies {
implementation 'com.github.Funsol-Projects:Funsol-Billing-Helper:v1.0.6'
implementation 'com.github.Funsol-Projects:Funsol-Billing-Helper:v1.0.8'
}

```
Expand Down
4 changes: 2 additions & 2 deletions funsol-billing-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ afterEvaluate {
from components.release
groupId = 'com.github.Funsol-Projects'
artifactId = 'Funsol-Billing-Helper'
version = 'v1.0.6'
version = 'v1.0.8'
}
debug(MavenPublication) {
from components.debug
groupId = 'com.github.Funsol-Projects'
artifactId = 'Funsol-Billing-Helper'
version = 'v1.0.6'
version = 'v1.0.8'
}
}
}
Expand Down

0 comments on commit f8a7045

Please sign in to comment.