Skip to content

Commit 45d3d4c

Browse files
(Minor) Update README.md and BUILD.md (#767)
We were oddly missing the JDK requirement.
1 parent 5273463 commit 45d3d4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

BUILD.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ It can run on many different platforms, including mobile devices (iOS and Androi
77

88
On all platforms:
99

10+
- [OpenJDK 21](https://adoptium.net/temurin/releases/?package=jdk&version=21)
1011
- [Docker](https://www.docker.com/) 18.03 or newer is required if you want to run all tests
1112

1213
For iOS, you need to have [Xcode](https://developer.apple.com/xcode/) and [Homebrew](https://brew.sh/) installed, and then:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Kotlin](https://img.shields.io/badge/Kotlin-1.9.23-blue.svg?style=flat&logo=kotlin)](http://kotlinlang.org)
1+
[![Kotlin](https://img.shields.io/badge/Kotlin-2.1.10-blue.svg?style=flat&logo=kotlin)](http://kotlinlang.org)
22
[![Maven Central](https://img.shields.io/maven-central/v/fr.acinq.lightning/lightning-kmp)](https://search.maven.org/search?q=g:fr.acinq.lightning%20a:lightning-kmp*)
33
![Github Actions](https://github.com/ACINQ/lightning-kmp/actions/workflows/test.yml/badge.svg)
44
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)

0 commit comments

Comments
 (0)