We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64e24f commit 498054dCopy full SHA for 498054d
.gitignore
@@ -56,6 +56,8 @@ depends/macos/Frameworks/opencv2.framework
56
depends/android/artoolkitx
57
artoolkitX.for.iOS.v*.dmg
58
artoolkitX.for.macOS.v*.dmg
59
+artoolkitx-*-Android.zip
60
+artoolkitx-*-Windows.zip
61
62
# Build files
63
Linux/build/
Android/app/build.gradle
@@ -18,6 +18,7 @@ android {
18
//abiFilters 'arm64-v8a'
19
}
20
21
+ archivesBaseName = "artoolkitx-calib-camera-v$versionName"
22
23
buildTypes {
24
release {
0 commit comments