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

Commit 8f40f142 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

AccountManager: Ditch Jcenter

parent b401ce62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ dependencies {
    implementation 'androidx.paging:paging-runtime-ktx:2.1.0'
    implementation 'androidx.preference:preference:1.1.0'
    implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha03'
    implementation 'com.google.android:flexbox:1.1.0'
    implementation 'com.google.android.flexbox:flexbox:3.0.0'
    implementation 'com.google.android.material:material:1.2.0-alpha03'
    implementation 'androidx.browser:browser:1.0.0'

+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@ buildscript {
    ]

    repositories {
        jcenter()
        google()
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.5.3'
@@ -26,8 +26,8 @@ buildscript {

allprojects {
    repositories {
        jcenter()
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }
}