Skip to content

Commit

Permalink
gradle maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhonatan Oliveira Sabadi committed Aug 26, 2021
1 parent f2519da commit c028d87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ buildscript {
repositories {
google()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
Expand All @@ -14,6 +15,7 @@ allprojects {
repositories {
google()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
}
}

Expand Down

0 comments on commit c028d87

Please sign in to comment.