now contains correct repository to fetch the current gradle version + version number bumb
This commit is contained in:
parent
7e927f03aa
commit
f140a65354
1 changed files with 3 additions and 5 deletions
|
@ -15,15 +15,13 @@ buildscript {
|
|||
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
maven {
|
||||
url "https://maven.google.com"
|
||||
}
|
||||
}
|
||||
project.ext {
|
||||
applicationId = 'org.y20k.trackbook'
|
||||
versionCode = 18
|
||||
versionName = '1.1.2'
|
||||
versionCode = 19
|
||||
versionName = '1.1.3'
|
||||
minSdkVersion = 22
|
||||
compileSdkVersion = 27
|
||||
targetSdkVersion = 27
|
||||
|
|
Loading…
Reference in a new issue