Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Merge pull request #7 from mkdecisiondev/build-fix
Browse files Browse the repository at this point in the history
change jcenter to mavenCentral()
  • Loading branch information
aabiabdallah authored May 4, 2022
2 parents ea5cbb2 + 58defdd commit 7dcbe55
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 @@ -7,7 +7,7 @@ sourceCompatibility = '1.8'

repositories {
flatDir name: 'localLib', dirs: frameworkDir.absolutePath + '/lib'
jcenter()
mavenCentral()
}

dependencies {
Expand Down

0 comments on commit 7dcbe55

Please sign in to comment.