Skip to content

Commit

Permalink
fix URL of sonatype snapshots repo
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed Aug 12, 2020
1 parent ab7cbc9 commit 91b3234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
google()
jcenter()
maven { url 'https://jitpack.io' }
maven { url "http://oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
flatDir {
dirs 'libs'
}
Expand Down

0 comments on commit 91b3234

Please sign in to comment.