Skip to content

Commit

Permalink
fix(Releases): ' are apparently not allowed anymore in gradle prope…
Browse files Browse the repository at this point in the history
…rties

Signed-off-by: l-1squared <[email protected]>
  • Loading branch information
l-1squared committed Dec 7, 2024
1 parent dacb560 commit 8b62021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ org.gradle.jvmargs=-Xmx1536M
org.gradle.parallel=true
android.useAndroidX=true
android.enableJetifier=true
mavenRepo.releaseUrl='https://oss.sonatype.org/service/local/staging/deploy/maven2/'
mavenRepo.snapshotUrl='https://oss.sonatype.org/content/repositories/snapshots/'
mavenRepo.releaseUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2/
mavenRepo.snapshotUrl=https://oss.sonatype.org/content/repositories/snapshots/

0 comments on commit 8b62021

Please sign in to comment.