File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Room Schema Docs Gradle Plugin
22![ build] ( https://github.com/ntsk/room-schema-docs-gradle-plugin/actions/workflows/build.yml/badge.svg )
3- [ ![ Gradle Plugin Portal] ( https://img.shields.io/badge/gradle%20plugin-1.5.0 -blue )] ( https://plugins.gradle.org/plugin/jp.ntsk.room-schema-docs )
3+ [ ![ Gradle Plugin Portal] ( https://img.shields.io/badge/gradle%20plugin-1.5.1 -blue )] ( https://plugins.gradle.org/plugin/jp.ntsk.room-schema-docs )
44
55A Gradle plugin to automatically generate Entity-Relationship (ER) diagrams in Mermaid format from Android Room database schema JSON files.
66
@@ -24,7 +24,7 @@ When schema JSON files like [sample/schemas](https://github.com/ntsk/room-schema
24241 . Add the plugin to your ` build.gradle.kts ` :
2525``` kotlin
2626plugins {
27- id(" jp.ntsk.room-schema-docs" ) version " 1.5.0 "
27+ id(" jp.ntsk.room-schema-docs" ) version " 1.5.1 "
2828}
2929```
3030
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ kotlin {
2626}
2727
2828group = " jp.ntsk"
29- version = " 1.5.0 "
29+ version = " 1.5.1 "
3030
3131gradlePlugin {
3232 website.set(" https://github.com/ntsk/room-schema-docs-gradle-plugin" )
You can’t perform that action at this time.
0 commit comments