one version code for all gradle files
This commit is contained in:
parent
f0ab35699c
commit
97a8757ecc
5 changed files with 10 additions and 6 deletions
|
|
@ -1,7 +1,11 @@
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
buildscript {
|
||||
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
|
|
@ -16,6 +20,8 @@ buildscript {
|
|||
}
|
||||
|
||||
allprojects {
|
||||
version "1.6.1"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue