Skip to content

Commit

Permalink
Replace jcenter with mavenCentral and upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Mar 12, 2021
1 parent cc3a08d commit f8cd1bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:_")
Expand All @@ -12,7 +12,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

Expand Down
8 changes: 4 additions & 4 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
## Generated by $ ./gradlew refreshVersions
## Please, don't put extra comments in that file yet, keeping them is not supported yet.

plugin.android=7.0.0-alpha07
plugin.android=7.0.0-alpha09

version.androidx.activity=1.2.0
version.androidx.activity=1.2.1

version.androidx.appcompat=1.2.0

Expand All @@ -19,7 +19,7 @@ version.androidx.coordinatorlayout=1.1.0

version.androidx.core=1.3.2

version.androidx.fragment=1.3.0
version.androidx.fragment=1.3.1

version.androidx.lifecycle=2.3.0

Expand All @@ -45,4 +45,4 @@ version.google.android.material=1.3.0

version.junit.junit=4.13.2

version.kotlin=1.4.30
version.kotlin=1.4.31

0 comments on commit f8cd1bf

Please sign in to comment.