4 lines
153 B
Bash
Executable File
4 lines
153 B
Bash
Executable File
#!/usr/bin/env bash
|
|
rm androidx-api.txt; find ../../../frameworks/support/ -name current.txt | grep /api/ | grep -v /ktx/ | xargs cat>>androidx-api.txt
|
|
|