mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-07 00:39:25 +00:00
New flatten icon, migrate libslic3r_version to use gradle variables
This commit is contained in:
+3
-1
@@ -20,7 +20,9 @@ android {
|
||||
externalNativeBuild {
|
||||
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
|
||||
'-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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user