File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
# 🌳 JsonTree
2
2
3
- ![ ] ( https://img.shields.io/maven-central/v/com.sebastianneubauer.jsontree/jsontree ) ![ ] ( https://img.shields.io/badge/Kotlin-2.0.0-orange ) ![ ] ( https://img.shields.io/badge/SDK-21+-brightgreen ) ![ ] ( https://img.shields.io/badge/Android_Weekly-Issue_584-yellow )
3
+ ![ ] ( https://img.shields.io/maven-central/v/com.sebastianneubauer.jsontree/jsontree ) ![ ] ( https://img.shields.io/badge/Kotlin-2.0.20-orange ) ![ ] ( https://img.shields.io/badge/Android_Weekly-Issue_584-yellow )
4
+ ![ ] ( https://img.shields.io/badge/Platform-Android|iOS|Jvm-darkgrey )
4
5
<br /><br />
5
6
JsonTree is a Compose Multiplatform library to display JSON data in Compose with syntax highlighting and more.
6
7
<br /><br />
@@ -83,13 +84,13 @@ JsonTree(
83
84
84
85
## Minimum Requirements
85
86
86
- - Min SDK 21
87
- - Compile SDK 34
87
+ - Android minSdk 21
88
+ - Android compileSdk 34
88
89
- JDK 17
89
90
90
91
## Tech Stack
91
92
92
- - Compose UI
93
+ - Compose Multiplatform UI
93
94
- Kotlinx Serialization
94
95
- Detekt (Linting)
95
96
- API validation
Original file line number Diff line number Diff line change 6
6
4 . ` git push --tags `
7
7
5 . Go to Sonatype repository and release artifact
8
8
9
- ## Releasing the local Maven repository
9
+ ## Releasing to the local Maven repository
10
10
11
11
1 . Update version in ` gradle.properties ` with ` -SNAPSHOT `
12
12
2 . ` ./gradlew publishToMavenLocal `
13
- 3 . Add the ` mavenLocal() ` repository and the library to the consumer project
13
+ 3 . Add the ` mavenLocal() ` repository and the library to the consumer project
14
+
15
+ ## Releasing to the Maven Snapshot repository
16
+
17
+ 1 . Update version in ` gradle.properties ` with ` -SNAPSHOT `
18
+ 2 . ` ./gradlew publishAllPublicationsToMavenCentralRepository `
19
+ 3 . Add the ` maven { url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/") } ` repository and the library to the consumer project
20
+
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ SONATYPE_HOST=S01
27
27
RELEASE_SIGNING_ENABLED =true
28
28
29
29
GROUP =com.sebastianneubauer.jsontree
30
- VERSION_NAME =2.2 .0
30
+ VERSION_NAME =2.3 .0
31
31
32
32
POM_INCEPTION_YEAR =2023
33
33
POM_URL =https://github.com/snappdevelopment/JsonTree
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ android.nonTransitiveRClass=true
3
3
# Publishing
4
4
POM_ARTIFACT_ID =jsontree
5
5
POM_NAME =JsonTree
6
- POM_DESCRIPTION =A android library to display json data in Compose
6
+ POM_DESCRIPTION =A Kotlin Multiplatform library to display json data in Compose
You can’t perform that action at this time.
0 commit comments