Skip to content

Commit

Permalink
version alpha 23
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Bot committed Feb 16, 2025
1 parent 6eff8ba commit fd0c999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions application/composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ android {
applicationId = "io.writeopia"
minSdk = 24
targetSdk = 35
versionCode = 21
versionName = "0.9.0"
versionCode = 22
versionName = "0.10.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ fun SettingsScreen(

Spacer(modifier = Modifier.height(30.dp))

Text("Version: alpha22 - Amado, Jorge", style = MaterialTheme.typography.bodySmall)
Text("Version: alpha23 - Amado, Jorge", style = MaterialTheme.typography.bodySmall)
}

@Composable
Expand Down

0 comments on commit fd0c999

Please sign in to comment.