Skip to content

Commit

Permalink
Merge pull request #105 from isaqb-org/104-fix-jcentral
Browse files Browse the repository at this point in the history
Replace jCenter with MavenCentral
  • Loading branch information
programming-wolf authored Feb 18, 2021
2 parents d998316 + 92e98ce commit 161c8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.text.SimpleDateFormat

buildscript {
repositories {
jcenter()
mavenCentral()
}

dependencies {
Expand Down

0 comments on commit 161c8db

Please sign in to comment.