update version

This commit is contained in:
Felix 2018-09-05 21:03:32 +02:00
parent 05782340a6
commit 6419bce05c
3 changed files with 13 additions and 11 deletions

View file

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.1.60' ext.kotlin_version = '1.2.50'
repositories { repositories {
jcenter() jcenter()
mavenCentral() mavenCentral()
@ -9,7 +9,7 @@ buildscript {
} }
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.0.1' classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
@ -29,12 +29,14 @@ allprojects {
ext{ ext{
minSDK = 17 minSDK = 17
targetSDK = 26 targetSDK = 27
compileSdkVersion = 26 compileSdkVersion = 27
buildToolsVersion = "26.0.2" buildToolsVersion = "27.0.3"
supportLibraryVersion = "26.1.0" supportLibraryVersion = "27.1.1"
constraintLayoutVersion = "1.0.2" constraintLayoutVersion = "1.0.2"
archCompVersion = "1.1.1" archCompVersion = "1.1.1"
version="1.4.0-SNAPSHOT"
} }
task clean(type: Delete) { task clean(type: Delete) {

View file

@ -12,7 +12,7 @@ android {
minSdkVersion rootProject.ext.minSDK minSdkVersion rootProject.ext.minSDK
targetSdkVersion rootProject.ext.targetSDK targetSdkVersion rootProject.ext.targetSDK
versionCode 1 versionCode 1
versionName "1.3.2" versionName rootProject.ext.version
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@ -32,10 +32,10 @@ android {
} }
group="de.nicidienase.chaosflix" group="de.nicidienase.chaosflix"
version="1.3.2-SNAPSHOT" version=rootProject.ext.version
dependencies { dependencies {
api 'com.android.support:appcompat-v7:27.1.1' api "com.android.support:appcompat-v7:${rootProject.ext.supportLibraryVersion}"
api "android.arch.lifecycle:extensions:${rootProject.ext.archCompVersion}" api "android.arch.lifecycle:extensions:${rootProject.ext.archCompVersion}"
kapt "android.arch.lifecycle:compiler:${rootProject.ext.archCompVersion}" kapt "android.arch.lifecycle:compiler:${rootProject.ext.archCompVersion}"

View file

@ -1,6 +1,6 @@
#Thu Sep 14 11:51:55 CEST 2017 #Mon Sep 03 21:00:13 CEST 2018
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip