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.2 .0-blue )] ( https://plugins.gradle.org/plugin/jp.ntsk.room-schema-docs )
3+ [ ![ Gradle Plugin Portal] ( https://img.shields.io/badge/gradle%20plugin-1.3 .0-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.2 .0"
27+ id(" jp.ntsk.room-schema-docs" ) version " 1.3 .0"
2828}
2929```
3030
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ kotlin {
2929}
3030
3131group = " jp.ntsk"
32- version = " 1.2 .0"
32+ version = " 1.3 .0"
3333
3434gradlePlugin {
3535 website.set(" https://github.com/ntsk/room-schema-docs-gradle-plugin" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 alias(libs.plugins.kotlin.compose)
77 alias(libs.plugins.kotlin.serialization)
88 alias(libs.plugins.androidx.room)
9- id(" jp.ntsk.room-schema-docs" ) version " 1.2 .0"
9+ id(" jp.ntsk.room-schema-docs" ) version " 1.3 .0"
1010}
1111
1212android {
You can’t perform that action at this time.
0 commit comments