We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886e2bd commit 991f692Copy full SHA for 991f692
README.md
@@ -1,6 +1,6 @@
1
-# Keyboard ⌨️
+[](https://jitpack.io/#ai.elimu/keyboard)
2
3
-[](https://jitpack.io/#elimu-ai/keyboard)
+# Keyboard ⌨️
4
5
Custom Android IME keyboard which systematically introduces new letters and numbers.
6
app/build.gradle
@@ -31,6 +31,7 @@ android {
31
dependencies {
32
implementation fileTree(dir: 'libs', include: ['*.jar'])
33
34
+ implementation 'ai.elimu:content-provider:1.2.40@aar' // https://jitpack.io/#ai.elimu/content-provider
35
implementation 'com.android.support:appcompat-v7:28.0.0'
36
37
testImplementation 'junit:junit:4.13.2'
0 commit comments