spiegel-keyman/android/Tests/KeyboardHarness
darcywong00 e03baaff29 Update compile SDKVersion from 25 to 27
Fixes #750 

Currently, Keyman for Android targets SDK version 25 (Nougat). 

This PR targets  the latest Android API and updates all the Gradle dependencies to the latest. This will remove some lint Obsolete warnings.

Sample and Test projects needed to add 
```
implementation 'com.android.support:support-v4:27.1.1'
```
to ensure all dependencies use the same version.
2018-05-10 08:02:09 +07:00
..
app Update compile SDKVersion from 25 to 27 2018-05-10 08:02:09 +07:00
gradle/wrapper Update compile SDKVersion from 25 to 27 2018-05-10 08:02:09 +07:00
build.gradle Update compile SDKVersion from 25 to 27 2018-05-10 08:02:09 +07:00
build.sh Add Crashlytics dependencies to Samples and Test projects 2018-02-15 14:02:59 +07:00
gradle.properties Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00
gradlew Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00
gradlew.bat Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00
readme.md Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00
settings.gradle Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00

KeyboardHarness Test App

This app is is based on Samples/KMSample1 and targets keyboard functionality and reproducing bugs with keyboards rather than integration functionality. Use as system keyboard is currently not supported.

Version History

2017-09-26 1.0

  • Initial creation