Skip to content

Commit

Permalink
feat: remove unnecessary module initialization (#39)
Browse files Browse the repository at this point in the history
* feat: remove unneeded module initialization

* chore: fix test
  • Loading branch information
vonovak authored Oct 29, 2024
1 parent 93448d0 commit eb94ae5
Show file tree
Hide file tree
Showing 13 changed files with 1,690 additions and 926 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,9 @@ The library api is documented in detail [here](./docs/readme-internal.md).

More usage examples can be found [in the example project](./example).

## This Package Was Sponsorware 💰💰💰
### Say thanks

This package was only available to my GitHub Sponsors, but is now publicly available [tweet](https://twitter.com/vonovak/status/1671786982136004609).

Enjoy, and thanks for the support! ❤️

Sponsorware idea is not mine, learn more about **Sponsorware** at [github.com/sponsorware/docs](https://github.com/sponsorware/docs) 💰.

I simply adopted it because making open source is a lot of fun but is not sustainable without compensation.
If you find the package useful, consider giving a star to the repository or [sponsoring](https://github.com/sponsors/vonovak?frequency=one-time&sponsor=vonovak).

### Credits

Expand Down
2 changes: 1 addition & 1 deletion example/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading

0 comments on commit eb94ae5

Please sign in to comment.