Skip to content

Commit 6719195

Browse files
committed
Lib updates
1 parent a43d676 commit 6719195

5 files changed

Lines changed: 2892 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# EXIF Viewer
22

3-
[![Kotlin](https://img.shields.io/badge/kotlin-2.1.21-blue.svg?logo=kotlin)](httpw://kotlinlang.org)
3+
[![Kotlin](https://img.shields.io/badge/kotlin-2.2.0-blue.svg?logo=kotlin)](httpw://kotlinlang.org)
44
![WASM](https://img.shields.io/badge/-WASM-gray.svg?style=flat)
55

66
<a href="https://ko-fi.com/StefanOltmann">
77
<img src="assets/support_me_on_kofi_dark.png" alt="Support me on Ko-fi" width="200">
88
</a>
99

1010
Web-based EXIF viewer built to view photo EXIF data details from
11-
a range of photo format's metadata including JPEG, PNG and TIFF image files.
11+
a range of photo format's metadata including JPEG, PNG, and TIFF image files.
1212

1313
Made with Kotlin for WebAssembly & powered by [Ashampoo Kim](https://github.com/ashampoo/kim).
1414

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin {
66

77
wasmJs {
88

9-
moduleName = "app"
9+
outputModuleName = "app"
1010

1111
browser {
1212
commonWebpackConfig {

gradle/libs.versions.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
[versions]
22
junit = "4.13.2"
3-
kotlin = "2.1.21"
4-
kotlinx-io = "0.7.0"
5-
ashampoo-kim = "0.25"
3+
kotlin = "2.2.0"
4+
kotlinx-io = "0.8.0"
5+
ashampoo-kim = "0.26"
66

77
[libraries]
8-
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
9-
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
10-
junit = { group = "junit", name = "junit", version.ref = "junit" }
118
kotlinx-io = { group = "org.jetbrains.kotlinx", name = "kotlinx-io-core", version.ref = "kotlinx-io" }
129
ashampoo-kim = { group = "com.ashampoo", name = "kim", version.ref = "ashampoo-kim" }
1310

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)