build: uprev AGP and add AS version note to README

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-12-02 14:59:34 +05:30
parent 3e7b1a1de8
commit 0588cceee0
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
# Claw for [lobste.rs](https://lobste.rs) # 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). 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.

View file

@ -1,5 +1,5 @@
rootProject.ext.versions = [ rootProject.ext.versions = [
agp: '4.2.0-alpha16', agp: '7.0.0-alpha01',
daggerHilt: '2.30.1-alpha', daggerHilt: '2.30.1-alpha',
kotlin: '1.4.10', kotlin: '1.4.10',
] ]