Skip to content

Commit deaf323

Browse files
committed
fix: tablet layout width handling in Compose
1 parent f6323ec commit deaf323

14 files changed

Lines changed: 114 additions & 49 deletions

File tree

811 KB
Binary file not shown.
0 Bytes
Binary file not shown.
1.07 KB
Binary file not shown.
0 Bytes
Binary file not shown.
510 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 23 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "com.alpware.keymapkit"
1515
minSdk = 28
1616
targetSdk = 36
17-
versionCode = 1
18-
versionName = "1.0.0"
17+
versionCode = 2
18+
versionName = "1.0.1"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
}

0 commit comments

Comments
 (0)