Skip to content

Commit

Permalink
Merge branch 'compose-1.1' into compose-1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raamcosta committed Dec 30, 2022
2 parents 5099573 + d2450a9 commit f525514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose-destinations-wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
compileSdk = libs.versions.compileSdk.get().toIntOrNull()

defaultConfig {
minSdk = libs.versions.minSdk.get().toIntOrNull()
minSdk = 25
targetSdk = libs.versions.targetSdk.get().toIntOrNull()

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit f525514

Please sign in to comment.