bump version for release, add jcenter repository to app/build.gradle to resolve missing packages
This commit is contained in:
@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
android {
|
||||
|
Reference in New Issue
Block a user