Skip to content

Commit

Permalink
Merge pull request #91 from shipkit/sf
Browse files Browse the repository at this point in the history
Removed deprecated jCenter()
  • Loading branch information
shestee authored Feb 25, 2021
2 parents 41b8fcc + 448b9ef commit c05b105
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 @@ -26,7 +26,7 @@ group = "org.shipkit"
sourceCompatibility = 1.8

repositories {
jcenter()
mavenCentral()
}

apply from: "$rootDir/gradle/integ-test.gradle"
Expand Down

0 comments on commit c05b105

Please sign in to comment.