Skip to content

Commit e5ec9dd

Browse files
committed
build.gradle : change http to https url
1 parent 4ebc2fa commit e5ec9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
}
2828
repositories {
2929
mavenCentral()
30-
maven { url 'http://repo.commonsware.com.s3.amazonaws.com' }
30+
maven { url 'https://s3.amazonaws.com/repo.commonsware.com' }
3131
maven { url 'https://jitpack.io' }
3232
}
3333

0 commit comments

Comments
 (0)