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

Commit 1e0dd0d9 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

OpenWeatherMapWeatherProvider: Migrate to mavenCentral

parent fdabe9b1
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -4,8 +4,6 @@ buildscript {
    repositories {
        mavenCentral()
        google()
        jcenter()
        google()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:7.0.0'
@@ -17,10 +15,7 @@ buildscript {

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