Skip to content

Commit

Permalink
remove jcenter repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed May 25, 2021
1 parent c2e033b commit 1e196d7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions 10-bitClockWidget/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,21 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
jcenter()
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
google()
maven { url "https://jitpack.io" }
}
}

Expand Down

0 comments on commit 1e196d7

Please sign in to comment.