-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gradle, dependencies, NDK, buildTools, Java, compileSdk, and l…
…iblsl (1.16.2) to last versions. Rename sample app
- Loading branch information
Showing
2,146 changed files
with
270 additions
and
136 deletions.
There are no files selected for viewing
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"version": 3, | ||
"artifactType": { | ||
"type": "APK", | ||
"kind": "Directory" | ||
}, | ||
"applicationId": "liblsl.android.builder", | ||
"variantName": "debug", | ||
"elements": [ | ||
{ | ||
"type": "SINGLE", | ||
"filters": [], | ||
"attributes": [], | ||
"versionCode": 1, | ||
"versionName": "1.16.2", | ||
"outputFile": "LSLMarkersSenderExample-1.16.2-debug.apk" | ||
} | ||
], | ||
"elementType": "File" | ||
} |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"version": 3, | ||
"artifactType": { | ||
"type": "APK", | ||
"kind": "Directory" | ||
}, | ||
"applicationId": "liblsl.android.builder", | ||
"variantName": "release", | ||
"elements": [ | ||
{ | ||
"type": "SINGLE", | ||
"filters": [], | ||
"attributes": [], | ||
"versionCode": 1, | ||
"versionName": "1.16.2", | ||
"outputFile": "LSLMarkersSenderExample-1.16.2-release.apk" | ||
} | ||
], | ||
"elementType": "File" | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Wed Apr 20 18:26:02 CEST 2022 | ||
#Sun Aug 13 18:53:15 CEST 2023 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip | ||
distributionPath=wrapper/dists | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Empty file.
Empty file.
0
app/liblsl/.appveyor_disabled.yml → liblsl/.appveyor_disabled.yml
100644 → 100755
File renamed without changes.
0
app/liblsl/.artifactignore → liblsl/.artifactignore
100644 → 100755
File renamed without changes.
0
app/liblsl/.clang-format → liblsl/.clang-format
100644 → 100755
File renamed without changes.
0
app/liblsl/.clang-tidy → liblsl/.clang-tidy
100644 → 100755
File renamed without changes.
0
app/liblsl/.editorconfig → liblsl/.editorconfig
100644 → 100755
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
/build*/ | ||
/install/ | ||
/package/ | ||
/CMakeLists.txt.user | ||
/CMakeLists.json | ||
/CMakeSettings.json | ||
/docs/liblsl_* | ||
/docs/_build | ||
/.vs/ | ||
/.cache/ | ||
.DS_Store | ||
/out/ | ||
# CLion | ||
.idea/ | ||
/cmake-build-*/ | ||
/cmake-build-*/ |
0
app/liblsl/.readthedocs.yml → liblsl/.readthedocs.yml
100644 → 100755
File renamed without changes.
0
app/liblsl/.travis.yml → liblsl/.travis.yml
100644 → 100755
File renamed without changes.
0
app/liblsl/CHANGELOG.md → liblsl/CHANGELOG.md
100644 → 100755
File renamed without changes.
Oops, something went wrong.