more on version code

This commit is contained in:
afischerdev 2021-07-07 12:21:52 +02:00
parent e8970c8626
commit 03574f834c
7 changed files with 40 additions and 13 deletions

View file

@ -1,9 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
@ -11,7 +8,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:4.2.2'
// NOTE: Do not place your application dependencies here; they belong
@ -20,12 +17,13 @@ buildscript {
}
allprojects {
version "1.6.1"
project.version "1.6.1"
repositories {
mavenCentral()
google()
}
}
task clean(type: Delete) {