Skip to content

Commit

Permalink
Bump version to 0.2.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky9667 authored Feb 11, 2024
1 parent 9901221 commit ec6639d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdk = 26
targetSdk = 33
versionCode = 1
versionName = "0.1.0"
versionName = "0.2.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fun AppVersionItem(
ListItem(
headlineText = { Text("Version") },
leadingContent = { Icon(imageVector = Icons.Default.Info, contentDescription = "Info") },
trailingContent = { Text("v0.1.0") },
trailingContent = { Text("v0.2.0") },
modifier = modifier.clickable(onClick = onClick)
)
}
Expand Down

0 comments on commit ec6639d

Please sign in to comment.