Skip to content

Commit

Permalink
build.gradle : change http to https url
Browse files Browse the repository at this point in the history
  • Loading branch information
Swati4star committed Jun 6, 2018
1 parent 4ebc2fa commit e5ec9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
}
repositories {
mavenCentral()
maven { url 'http://repo.commonsware.com.s3.amazonaws.com' }
maven { url 'https://s3.amazonaws.com/repo.commonsware.com' }
maven { url 'https://jitpack.io' }
}

Expand Down

0 comments on commit e5ec9dd

Please sign in to comment.