diff options
author | therealbush <therealbush@users.noreply.github.com> | 2022-04-24 13:08:35 -0700 |
---|---|---|
committer | therealbush <therealbush@users.noreply.github.com> | 2022-04-24 13:08:35 -0700 |
commit | 50d79fdf2bc980a68e146a0cdd603658ee642fb1 (patch) | |
tree | 347c44fb699e68d04b01bfa08227596e7fa1ca5a /gradle/wrapper/gradle-wrapper.properties | |
parent | f3c07f1525a03f7278a8b431b2e0fbd2595c3738 (diff) | |
download | eventbus-kotlin-50d79fdf2bc980a68e146a0cdd603658ee642fb1.tar.gz eventbus-kotlin-50d79fdf2bc980a68e146a0cdd603658ee642fb1.tar.bz2 eventbus-kotlin-50d79fdf2bc980a68e146a0cdd603658ee642fb1.zip |
explitly declared transitive dependencies, made eventbus open for object singletons
Diffstat (limited to 'gradle/wrapper/gradle-wrapper.properties')
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2e6e589..41dfb87 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |