diff --git a/README.md b/README.md index f571f84d..ba3a240b 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ For the detail of handling preview of composable functions in this code-base, pl ![](asset/IMG_2459.jpeg) +### Tablet view + +![](asset/tablet_view.jpg) + ## Additional Resources - [Git Hooks](documentation/GitHooks.md) - Learn about Git hooks used in this project for code formatting and analysis. diff --git a/asset/tablet_view.jpg b/asset/tablet_view.jpg new file mode 100644 index 00000000..87c8ed98 Binary files /dev/null and b/asset/tablet_view.jpg differ diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2539867c..ceda18b7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] projectApplicationId = "ir.composenews" -projectVersionName = "1.0" +projectVersionName = "1.0.0" projectMinSdkVersion = "23" projectTargetSdkVersion = "34" projectCompileSdkVersion = "34"