Skip to content

Commit a3a4a5a

Browse files
Adjust maven repo url syntax
1 parent 5164a1b commit a3a4a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-database-sqlcipher/maven.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ afterEvaluate { project ->
7373
maven {
7474
def repoUrl = isReleaseBuild()
7575
? getReleaseRepositoryUrl()
76-
: getSnapshotRepositoryUrl();
76+
: getSnapshotRepositoryUrl()
7777
url = repoUrl
7878
credentials {
7979
username = getRepositoryUsername()

0 commit comments

Comments
 (0)