File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
packages/dialtone-icons/android Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11android.useAndroidX =true
2- version =0.1.4
2+ version =0.1.6
Original file line number Diff line number Diff line change 2020 "commands" : [
2121 " brew install ComposeGears/repo/valkyrie" ,
2222 " valkyrie iconpack --output-path=./src/kotlin/icons --package-name=dialtone.dialpad.icons --iconpack-name=DialtoneIcons" ,
23- " valkyrie svgxml2imagevector --input-path=./../dist/svg/icons --output-path=./src/kotlin/icons --package-name=dialtone.dialpad.icons --iconpack-name=DialtoneIcons"
23+ " valkyrie svgxml2imagevector --input-path=./../dist/svg/icons --output-path=./src/kotlin/icons --package-name=dialtone.dialpad.icons --iconpack-name=DialtoneIcons" ,
24+ " mkdir -p ./src/res/raw" ,
25+ " ls ./src/kotlin/icons | grep -E '.*\\ .kt' | grep -v DialtoneIcons | cut -d . -f 1 > ./src/res/raw/icons.txt"
2426 ],
2527 "parallel" : false
2628 }
You can’t perform that action at this time.
0 commit comments