mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-16 05:39:24 +00:00
Copy over the Android source Update build.sh scripts for new paths KMEA/build.sh also updated to build KMW and use the artifacts
5 lines
72 B
Bash
5 lines
72 B
Bash
#!/bin/sh
|
|
# Build KMSample2
|
|
|
|
echo Build KMSample2
|
|
./gradlew clean build
|