Skip to content

Commit

Permalink
java.time.Instant is only available from Android SDK 26
Browse files Browse the repository at this point in the history
  • Loading branch information
andremion committed Feb 4, 2024
1 parent 9b22b0c commit 2548451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ agp = "8.2.2"
kotlin = "1.9.21"
kotlinx-coroutines = "1.7.3"
kotlinx-datetime = "0.5.0"
android-minSdk = "21"
android-minSdk = "26"
android-compileSdk = "34"
android-targetSdk = "34"
androidx-activityCompose = "1.8.2"
Expand Down

0 comments on commit 2548451

Please sign in to comment.