Skip to content

Commit

Permalink
add mavencentral
Browse files Browse the repository at this point in the history
  • Loading branch information
islamwt committed Feb 9, 2022
1 parent 8608ce0 commit 886c5cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ buildscript {

repositories {
google()
jcenter()
mavenCentral()
jcenter()

}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
Expand All @@ -22,6 +23,7 @@ buildscript {
allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }

Expand Down

0 comments on commit 886c5cf

Please sign in to comment.