client
Clone or download
Modified Files
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# Stream-Pi Client
+
+
+
+## Prerequisites
+
+- Java >= 11
+- Maven >= 3.6.3
+
+Note: If compiling the Android binary (apk) then Graalvm 21.x JDK should be used.
+
+## Quick Start
+
+This project depends on the following Stream-Pi modules:
+
+- [Stream-Pi Action API](https://github.com/stream-pi/actionapi)
+- [Stream-Pi Theme API](https://github.com/stream-pi/themeapi)
+- [Stream-Pi Utilities](https://github.com/stream-pi/util)
+
+
+Build and run using `mvn clean javafx:run`
--- 'a/pom.xml'
+++ b/pom.xml
@@ -230,7 +230,7 @@
<issueManagement>
<system>GitHub</system>
- <url>https://github.com/Stream-Pi/util/issues</url>
+ <url>https://github.com/Stream-Pi/client/issues</url>
</issueManagement>
<licenses>
@@ -257,9 +257,9 @@
</developers>
<scm>
- <url>https://github.com/stream-pi/util</url>
- <connection>scm:git:git://github.com/stream-pi/util.git</connection>
- <developerConnection>scm:git:ssh://git@github.com:stream-pi/util.git</developerConnection>
+ <url>https://github.com/stream-pi/client</url>
+ <connection>scm:git:git://github.com/stream-pi/client.git</connection>
+ <developerConnection>scm:git:ssh://git@github.com:stream-pi/client.git</developerConnection>
</scm>
<distributionManagement>
@@ -272,4 +272,4 @@
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
-</project>
\ No newline at end of file
+</project>