From 0588cceee014fac238ca5319013b67629be9fa50 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 2 Dec 2020 14:59:34 +0530 Subject: [PATCH] build: uprev AGP and add AS version note to README Signed-off-by: Harsh Shandilya --- README.md | 2 ++ buildSrc/buildDependencies.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13e88e3b..150eee42 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Claw for [lobste.rs](https://lobste.rs) Android app for read-only access to [lobste.rs](https://lobste.rs) community, built with [Jetpack Compose](https://developer.android.com/jetpack/compose). + +Requires Android Studio 2020.3.1 to work. diff --git a/buildSrc/buildDependencies.gradle b/buildSrc/buildDependencies.gradle index b8a1d36f..f26ad11e 100644 --- a/buildSrc/buildDependencies.gradle +++ b/buildSrc/buildDependencies.gradle @@ -1,5 +1,5 @@ rootProject.ext.versions = [ - agp: '4.2.0-alpha16', + agp: '7.0.0-alpha01', daggerHilt: '2.30.1-alpha', kotlin: '1.4.10', ]