Skip to content

Commit

Permalink
Update gradle and remove jcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
astri-magnussen authored and astrimagnussen committed Jan 19, 2022
1 parent 6db1d3b commit d77a014
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ buildscript {
ext.timber_version = '5.0.1'
repositories {
google()
jcenter {
url "https://jcenter.bintray.com/"
}
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.2'
classpath 'com.android.tools.build:gradle:7.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.4.30")

Expand All @@ -28,9 +26,7 @@ def gitVersion = ['sh', '-c', 'git describe --tag 2> /dev/null || git rev-parse
allprojects {
repositories {
google()
jcenter {
url "https://jcenter.bintray.com/"
}
mavenCentral()
}

group "com.schibsted.account"
Expand Down

0 comments on commit d77a014

Please sign in to comment.