spiegel-keyman/android/Tests/KeyboardHarness/app
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
..
libs Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00
src [Android] Use BCP-47 codes for registering keyboards 2018-02-21 22:00:21 +07:00
.gitignore Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00
build.gradle Update compile SDKVersion from 25 to 27 2018-05-10 08:02:09 +07:00
proguard-rules.pro Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00