Skip to content

Commit

Permalink
Update build.gradle and gradle-wrapper.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Khokhlinvladimir committed Nov 14, 2023
1 parent be3b5a2 commit 05f11d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Oct 25 16:26:40 MSK 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
3 changes: 2 additions & 1 deletion pinlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ afterEvaluate {
}
repositories {
maven {
mavenLocal()
name = "JitPack"
url = uri("https://jitpack.io")
}
}
}
Expand Down

0 comments on commit 05f11d6

Please sign in to comment.