Skip to content

Commit

Permalink
lower minSdk again
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Mar 25, 2024
1 parent 542cd70 commit 85cf887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Configuration.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Configuration {
const val compileSdk = 34
const val minSdk = 26
const val minSdk = 23
const val targetSdk = 34

internal const val artifact = "dev.datlag.aniflow"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ktorfit = "1.12.0"
moko-resources = "0.24.0-alpha-5"
multidex = "2.0.1"
napier = "2.7.1"
oidc = "0.9.0"
oidc = "0.9.1"
sekret = "2.0.0-alpha-01"
serialization = "1.6.3"
splashscreen = "1.0.1"
Expand Down

0 comments on commit 85cf887

Please sign in to comment.