mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-06 16:49:05 +00:00
Auto-orientation
This commit is contained in:
+2
-2
@@ -21,8 +21,8 @@ android {
|
||||
cmake {
|
||||
arguments '-DANDROID_STL=c++_shared', '-DANDROID_PLATFORM=21',
|
||||
'-DCMAKE_BUILD_TYPE=Release', // Disabling this results in drastically degradation of slicing times on debug builds
|
||||
"-DSLIC3R_VERSION=${defaultConfig.versionName}",
|
||||
"-DSLIC3R_BUILD_ID=${defaultConfig.versionCode}"
|
||||
"-DSLIC3R_VERSION=\"${defaultConfig.versionName}\"",
|
||||
"-DSLIC3R_BUILD_ID=\"${defaultConfig.versionCode}\""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user