update target sdk

This commit is contained in:
dkanada 2020-05-02 17:44:25 +09:00
commit 98b44b57b4
2 changed files with 5 additions and 6 deletions

View file

@ -15,7 +15,7 @@ allprojects {
google()
jcenter()
maven {
url "https://jitpack.io"
url 'https://jitpack.io'
}
}
}