Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
update build.gradle for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
postapczuk committed Sep 17, 2020
1 parent 169adfd commit 5989f00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
allprojects {
repositories {
google()
jcenter()
maven { url 'https://maven.google.com' }
}
}

buildscript {
repositories {
google()
jcenter()
maven { url 'https://maven.google.com' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
Expand Down

0 comments on commit 5989f00

Please sign in to comment.