add info version, generate fatJar

This commit is contained in:
afischerdev 2021-08-03 10:30:58 +02:00
parent 8e008a8d66
commit 47171e6f44
2 changed files with 13 additions and 2 deletions

View file

@ -8,7 +8,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.android.tools.build:gradle:7.0.0'
// NOTE: Do not place your application dependencies here; they belong
@ -17,6 +17,11 @@ buildscript {
}
allprojects {
// NOTE:
// there are three places to change the version number
// this file
// app: build.gradle (versionCode only)
// OsmTrack (version and versionDate)
project.version "1.6.1"
repositories {