Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ce481b3 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Don't use jCenter anymore

parent d6dc42eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ dependencies {
    implementation 'androidx.paging:paging-runtime-ktx:2.1.2'
    implementation 'androidx.preference:preference-ktx:1.1.1'
    implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
    implementation 'com.google.android:flexbox:1.1.0'
    implementation 'com.google.android:flexbox:2.0.1'
    implementation 'com.google.android.material:material:1.3.0'

    def room_version = '2.3.0'
+3 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@ buildscript {
    ]

    repositories {
        jcenter()
        google()
        mavenCentral()

        // AboutLibraries
        maven {
@@ -40,8 +40,9 @@ buildscript {

allprojects {
    repositories {
        jcenter()
        google()
        mavenCentral()
        maven { url 'https://dl.bintray.com/google/flexbox-layout/' }
        maven { url 'https://jitpack.io' }
    }
}