diff --git a/app/build.gradle b/app/build.gradle index f4e5e9ea..d0bb9408 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,8 +89,8 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.1" implementation "androidx.appcompat:appcompat:1.2.0" - implementation "androidx.activity:activity-ktx:1.3.0-alpha03" - implementation "androidx.fragment:fragment-ktx:1.3.0" + implementation "androidx.activity:activity-ktx:1.3.0-alpha04" + implementation "androidx.fragment:fragment-ktx:1.3.1" implementation "androidx.preference:preference-ktx:1.1.1" implementation "androidx.recyclerview:recyclerview:1.1.0" implementation "androidx.constraintlayout:constraintlayout:2.0.4" diff --git a/build.gradle b/build.gradle index 21a866b2..4f4ead7a 100644 --- a/build.gradle +++ b/build.gradle @@ -25,6 +25,7 @@ allprojects { google() mavenCentral() jcenter() + mavenLocal() maven { url "https://oss.sonatype.org/content/repositories/snapshots" } maven { url "https://jitpack.io" } maven { url "https://guardian.github.com/maven/repo-releases" }