Skip to content

Commit

Permalink
Release/1.16.1 #282
Browse files Browse the repository at this point in the history
  • Loading branch information
kelianClerc committed Oct 25, 2023
2 parents ac8786b + cab7320 commit 426427b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
grapes-version = '1.16.0'
grapes-version = '1.16.1'
androidMinSdk = "21"
androidTargetSdk = "34"
androidCompileSdk = "34"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import androidx.compose.material.Text
import androidx.compose.runtime.Composable
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.tooling.preview.PreviewParameter
import androidx.compose.ui.tooling.preview.PreviewParameterProvider
Expand Down Expand Up @@ -40,6 +41,7 @@ fun GrapesInlineInformationItem(
Text(
text = value,
style = GrapesTheme.typography.bodyRegular,
textAlign = TextAlign.End
)
}
}
Expand Down

0 comments on commit 426427b

Please sign in to comment.