Skip to content

How to update liblsl version

Paul Maanen edited this page Jul 21, 2023 · 2 revisions

Pull current versions of liblsl and liblsl-Java, prune the .git meta information (git archive...) and copy them to the project directory. Change one line in liblsl-Java's build.gradle:

diff --git a/build.gradle b/build.gradle
index 9d7d9a3..bf2ec1d 100755
--- a/build.gradle
+++ b/build.gradle
@@ -18,7 +18,7 @@ buildscript {
 }
 
 plugins {
-    id 'com.android.library' version '7.+'
+    id 'com.android.library'
 }
 
 repositories {
(END)

Done!

Clone this wiki locally