Skip to content

Commit

Permalink
[Optimize] Update Maven repository URLs from HTTP to HTTPS.
Browse files Browse the repository at this point in the history
Newer versions of Gradle enforce the use of HTTPS for repository URLs.

issue: #0
  • Loading branch information
loongliu committed Mar 10, 2025
1 parent 54badb6 commit 05607fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ afterEvaluate {
licenses {
license {
name = 'The Apache License, Version 2.0'
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
url = 'https://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
developers {
Expand Down

0 comments on commit 05607fc

Please sign in to comment.