Skip to content

Commit 9db8286

Browse files
Add proguard file and remove gif
1 parent 2627fc5 commit 9db8286

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
JsonTreeViewer is a Compose Multiplatform desktop app to display JSON data. It's based on the library [JsonTree](https://github.com/snappdevelopment/JsonTree).
66
<br /><br />
77

8-
<img src="screenshots/jsonTreeViewerGif.gif" width="1000">
8+
<img src="screenshots/jsontreeviewergif.gif" width="1000">
99

1010
## About
1111

composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ compose.desktop {
5252
nativeDistributions {
5353
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
5454
packageName = "JsonTreeViewer"
55-
packageVersion = "1.0.0"
55+
packageVersion = "1.1.0"
5656
description = "JsonTreeViewer"
57-
copyright = "2024 SNAD. All rights reserved."
57+
copyright = "2025 SNAD. All rights reserved."
5858

5959
macOS {
6060
iconFile.set(project.file("icon.icns"))

composeApp/compose-desktop.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-dontwarn androidx.compose.**

screenshots/jsonTreeViewerGif.gif

-2.69 MB
Binary file not shown.

0 commit comments

Comments
 (0)