Skip to content

Commit

Permalink
gradle: Version 2.1.8
Browse files Browse the repository at this point in the history
* Downgrade minSdk to 24
* Fix incorrect detection of special paths
  • Loading branch information
XayahSuSuSu committed Jul 14, 2024
1 parent c6da17c commit a8eea5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
compileSdk = "34"
minSdk = "24"
targetSdk = "34"
versionCode = "6"
versionName = "2.1.6"
versionCode = "8"
versionName = "2.1.8"
compose-compiler = "1.5.12"

# libraries
Expand Down

0 comments on commit a8eea5f

Please sign in to comment.