Skip to content

Commit

Permalink
Migrate from jcenter and update Gradle plugin/wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
vgaidarji committed Oct 6, 2023
1 parent 947d60b commit c972e14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

buildscript {
repositories {
jcenter()
google()
mavenCentral()
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:8.1.2'
classpath 'io.fabric.tools:gradle:1.27.1'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.7.1'
// NOTE: Do not place your application dependencies here; they belong
Expand All @@ -16,7 +17,8 @@ buildscript {

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

Expand Down
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Dec 28 10:00:20 PST 2015
#Tue Sep 19 20:32:35 EEST 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
zipStoreBase=GRADLE_USER_HOME

0 comments on commit c972e14

Please sign in to comment.