We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146672f commit c86c1caCopy full SHA for c86c1ca
README.md
@@ -25,7 +25,7 @@ Add the dependency:
25
26
```gradle
27
dependencies {
28
- compile 'com.github.davidmigloz:number-keyboard:0.3'
+ compile 'com.github.davidmigloz:number-keyboard:1.0'
29
}
30
```
31
build.gradle
@@ -1,6 +1,7 @@
1
buildscript {
2
repositories {
3
jcenter()
4
+ google()
5
6
7
// Android Plugin for Gradle : https://developer.android.com/studio/releases/gradle-plugin.html#updating-plugin
@@ -11,7 +12,7 @@ buildscript {
11
12
allprojects {
13
14
- maven { url 'https://maven.google.com' }
15
16
17
18
0 commit comments