mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-28 03:07:43 +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 KMSample1
|
|
|
|
echo Build KMSample1
|
|
./gradlew clean build
|