Skip to content

Commit

Permalink
fix (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnerapriyap authored May 24, 2021
1 parent 0b9b77e commit db5ca0a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter() {
content {
includeGroupByRegex "org\\.jetbrains.*"
}
}
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
Expand All @@ -22,6 +27,11 @@ allprojects {
repositories {
google()
mavenCentral()
jcenter() {
content {
includeGroupByRegex "org\\.jetbrains.*"
}
}
}
}

Expand Down

0 comments on commit db5ca0a

Please sign in to comment.