one version code for all gradle files

This commit is contained in:
afischerdev 2021-07-01 12:50:36 +02:00
parent f0ab35699c
commit 97a8757ecc
5 changed files with 10 additions and 6 deletions

View file

@ -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()