Skip to content

Commit 991f692

Browse files
committed
chore(deps): add content-provider
1 parent 886e2bd commit 991f692

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Keyboard ⌨️
1+
[![Release](https://jitpack.io/v/elimu-ai/keyboard.svg)](https://jitpack.io/#ai.elimu/keyboard)
22

3-
[![Release](https://jitpack.io/v/elimu-ai/keyboard.svg)](https://jitpack.io/#elimu-ai/keyboard)
3+
# Keyboard ⌨️
44

55
Custom Android IME keyboard which systematically introduces new letters and numbers.
66

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ android {
3131
dependencies {
3232
implementation fileTree(dir: 'libs', include: ['*.jar'])
3333

34+
implementation 'ai.elimu:content-provider:1.2.40@aar' // https://jitpack.io/#ai.elimu/content-provider
3435
implementation 'com.android.support:appcompat-v7:28.0.0'
3536

3637
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)