Skip to content

Commit

Permalink
Merge pull request #1589 from klassm/renovate/gradle-7.x
Browse files Browse the repository at this point in the history
Update dependency gradle to v7
  • Loading branch information
klassm authored May 13, 2021
2 parents 2337d37 + 388ae15 commit 6e33085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ buildscript {
google()
mavenCentral()
maven { setUrl("https://oss.sonatype.org/content/repositories/snapshots/") }
jcenter()
}

dependencies {
classpath(group = "de.mobilej.unmock", name = "UnMockPlugin", version = "0.7.6")
classpath(group = "com.github.bjoernq", name = "unmockplugin", version = "0.7.8")
classpath(group = "co.riiid", name = "gradle-github-plugin", version = "0.4.2")
classpath(group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version = kotlinVersion)
classpath(group = "com.google.gms", name = "google-services", version = "4.3.5")
Expand Down Expand Up @@ -66,11 +65,9 @@ plugins {

repositories {
mavenCentral()
jcenter()
maven { setUrl("https://plugins.gradle.org/m2/") }
maven { setUrl("https://dl.bintray.com/mamohr/maven") }
maven { setUrl("https://oss.sonatype.org/content/repositories/snapshots/") }
maven { setUrl("http://partnerdemo.artifactoryonline.com/partnerdemo/snapshots") }
maven { setUrl("https://jitpack.io") }
maven { setUrl("https://maven.google.com") }
maven { setUrl("https://kotlin.bintray.com/kotlinx") }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 6e33085

Please sign in to comment.