File tree Expand file tree Collapse file tree
app/src/main/kotlin/org/michaelbel/aliases/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Kotlin
21.kotlin
32
4- # Gradle
53.gradle
64build
75build-cache
86generated
97
10- # Idea
118.idea
129
13- /config /keystore_release.jks
14- /config /keystore.properties
15-
16- local.properties
17- releaseNotes.txt
10+ local.properties
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ fun IconBox(
3333 color = if (isEnabled) MaterialTheme .colorScheme.tertiaryContainer else Color .Transparent ,
3434 shape = MaterialTheme .shapes.large
3535 )
36- .clickable { onClick() } ,
36+ .clickable(onClick = onClick) ,
3737 contentAlignment = Alignment .Center
3838 ) {
3939 Icon (
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ min-sdk = "31"
33compile-sdk = " 35"
44target-sdk = " 35"
55jdk = " 21"
6- agp = " 8.9.0 "
7- kotlin = " 2.1.10 "
6+ agp = " 8.9.1 "
7+ kotlin = " 2.1.20 "
88google-material = " 1.12.0"
99androidx-activity = " 1.10.1"
1010androidx-compose-ui = " 1.7.8"
You can’t perform that action at this time.
0 commit comments