Skip to content

Commit

Permalink
Merge branch 'main' of github.com:PatilShreyas/compose-report-to-html…
Browse files Browse the repository at this point in the history
… into config-cache
  • Loading branch information
PatilShreyas committed May 19, 2024
2 parents 27ff413 + e9f64c9 commit 1cc046b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,5 @@ fun printHeader(header: String) =
)

object Constants {
const val VERSION = "v1.2.0"
const val VERSION = "v1.3.1"
}
2 changes: 1 addition & 1 deletion docs/use/using-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Run the command to know the usage of CLI
!!! success "▶️Output"

```shell
Usage: Compose Compiler Report to HTML Generator ~ v1.2.0 options_list
Usage: Compose Compiler Report to HTML Generator ~ v1.3.1 options_list
Options:
--applicationName, -app -> Application name (To be displayed in the report) (always required) { String }
--inputDirectory, -i -> Input directory where composable report and metrics are available { String }
Expand Down
8 changes: 4 additions & 4 deletions docs/use/using-gradle-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ Apply the plugin to the module in which _**compose is enabled**_.

```groovy title="build.gradle"
plugins {
id "dev.shreyaspatil.compose-compiler-report-generator" version "1.2.0"
id "dev.shreyaspatil.compose-compiler-report-generator" version "1.3.1"
}
```

=== "Kotlin"

```kotlin title="build.gradle.kts"
plugins {
id("dev.shreyaspatil.compose-compiler-report-generator") version "1.2.0"
id("dev.shreyaspatil.compose-compiler-report-generator") version "1.3.1"
}
```

Expand All @@ -45,7 +45,7 @@ Add this to top project level `build.gradle`
}
}
dependencies {
classpath "dev.shreyaspatil.compose-compiler-report-generator:gradle-plugin:1.2.0"
classpath "dev.shreyaspatil.compose-compiler-report-generator:gradle-plugin:1.3.1"
}
}
```
Expand All @@ -66,7 +66,7 @@ Add this to top project level `build.gradle`
}
}
dependencies {
classpath("dev.shreyaspatil.compose-compiler-report-generator:gradle-plugin:1.2.0")
classpath("dev.shreyaspatil.compose-compiler-report-generator:gradle-plugin:1.3.1")
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.24"
serialization = "1.6.3"
coroutines = "1.8.0"
coroutines = "1.8.1"
spotless = "6.25.0"
kotlinxHtml = "0.11.0"
kotlinxCli = "0.3.6"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "index.js",
"preferGlobal": true,
"repository": "https://github.com/PatilShreyas/compose-report-to-html",
"version": "1.2.0",
"version": "1.3.1",
"jdeploy": {
"jdk": false,
"javaVersion": "11",
Expand Down

0 comments on commit 1cc046b

Please sign in to comment.