Skip to content

Commit

Permalink
Update agp to v7.3.0 (#3506)
Browse files Browse the repository at this point in the history
* Prepare for release 2.0.0-alpha04

* Prepare next development version.

* Update agp to v7.3.0

* Use minSdk 16 to upcast Cursor to Closable

Co-authored-by: Alec Strong <astrong@squareup.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: hfhbd <hfhbd@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 3, 2022
1 parent cfa94bb commit e87041b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Expand Up @@ -12,9 +12,9 @@ sqljs = "1.6.2"
paging3 = "3.1.1"
ktlint = "0.46.1"
test = "1.4.0"
agp = "7.2.2"
agp = "7.3.0"
compileSdk = "31"
minSdk = "14"
minSdk = "16"
sqlPsi = "0.4.2"

[libraries]
Expand Down

0 comments on commit e87041b

Please sign in to comment.