Skip to content

Commit 6c84a76

Browse files
Update docs
1 parent 583fcb7 commit 6c84a76

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [2023] [SNAD]
189+
Copyright [2026] [SNAD]
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🌳 JsonTree
22

3-
![](https://img.shields.io/maven-central/v/com.sebastianneubauer.jsontree/jsontree) ![](https://img.shields.io/nexus/s/com.sebastianneubauer.jsontree/jsontree?server=https%3A%2F%2Fs01.oss.sonatype.org&label=snapshot&color=blue)
3+
![](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fsebastianneubauer%2Fjsontree%2Fjsontree%2Fmaven-metadata.xml) ![](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fcentral.sonatype.com%2Frepository%2Fmaven-snapshots%2Fcom%2Fsebastianneubauer%2Fjsontree%2Fjsontree%2Fmaven-metadata.xml)
44
![](https://img.shields.io/badge/Platform-Android|iOS|Desktop|Web-orange) ![](https://img.shields.io/badge/Android_Weekly-Issue_584-yellow)
55
<br /><br />
66
JsonTree is a Compose Multiplatform library to display JSON data in Compose with syntax highlighting and more.
@@ -34,7 +34,7 @@ dependencies {
3434
Add the sonatype snapshot repository to your gradle setup and add the dependency from above. See `snapshot` tag at the top for the latest version.
3535

3636
```kotlin
37-
maven { url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/") }
37+
maven { url = uri("https://central.sonatype.com/repository/maven-snapshots/") }
3838
```
3939

4040
## How to use
@@ -112,7 +112,7 @@ JsonTree can be searched for keys and values by using the `searchState` paramete
112112
## Minimum Requirements
113113

114114
- Android minSdk 21
115-
- Android compileSdk 34
115+
- Android compileSdk 36
116116
- JDK 17
117117

118118
## Tech Stack
@@ -132,7 +132,7 @@ This repository is open for contributions. However, PRs might get rejected if th
132132

133133
```
134134
JsonTree
135-
Copyright © 2024 SNAD
135+
Copyright © 2026 SNAD
136136
137137
Licensed under the Apache License, Version 2.0 (the "License");
138138
you may not use this file except in compliance with the License.

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
## Releasing to the Maven Snapshot repository
1616

1717
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
18+
2. `./gradlew publishToMavenCentral`
19+
3. Add the `maven { url = uri("https://central.sonatype.com/repository/maven-snapshots/") }` repository and the library to the consumer project
2020

0 commit comments

Comments
 (0)