Skip to content

Commit

Permalink
Correct minSdk for usage of Duration
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Jul 17, 2024
1 parent 0e0029b commit d7c8e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/multiplatform-kotlin/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kotlin {
android {
compileSdk = 34
defaultConfig {
minSdk = 21
minSdk = 26
targetSdk = 34
}
namespace = "com.tidal.networktime.sample.android"
Expand Down

0 comments on commit d7c8e0b

Please sign in to comment.