Skip to content

Commit c86c1ca

Browse files
committed
Update README.md
1 parent 146672f commit c86c1ca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the dependency:
2525

2626
```gradle
2727
dependencies {
28-
compile 'com.github.davidmigloz:number-keyboard:0.3'
28+
compile 'com.github.davidmigloz:number-keyboard:1.0'
2929
}
3030
```
3131

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
buildscript {
22
repositories {
33
jcenter()
4+
google()
45
}
56
dependencies {
67
// Android Plugin for Gradle : https://developer.android.com/studio/releases/gradle-plugin.html#updating-plugin
@@ -11,7 +12,7 @@ buildscript {
1112
allprojects {
1213
repositories {
1314
jcenter()
14-
maven { url 'https://maven.google.com' }
15+
google()
1516
}
1617
}
1718

0 commit comments

Comments
 (0)