Update Sdk and build tools version

This commit is contained in:
Abdul Wadood 2018-09-02 03:20:29 +05:30 committed by Isaac Hutt
parent a275e8b675
commit 357f512fc7
2 changed files with 6 additions and 6 deletions

View File

@ -167,11 +167,11 @@ if (custom.listFiles()) {
} }
android { android {
compileSdkVersion 27 compileSdkVersion 28
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 27 targetSdkVersion 28
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
// See https://github.com/linkedin/dexmaker/issues/65 for why we need the following line. // See https://github.com/linkedin/dexmaker/issues/65 for why we need the following line.
testInstrumentationRunnerArguments.notClass = 'com.android.dex.DexIndexOverflowException' testInstrumentationRunnerArguments.notClass = 'com.android.dex.DexIndexOverflowException'

View File

@ -4,7 +4,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath "com.android.tools.build:gradle:3.1.3" classpath "com.android.tools.build:gradle:3.1.4"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files
@ -12,11 +12,11 @@ buildscript {
} }
ext { ext {
androidGradlePluginVersion = '3.1.3' androidGradlePluginVersion = '3.1.4'
testdroidGradlePluginVersion = '2.49.1' testdroidGradlePluginVersion = '2.49.1'
supportLibraryVersion = '27.1.1' supportLibraryVersion = '27.1.1'
rxJavaVersion = '2.1.16' rxJavaVersion = '2.2.2'
rxAndroidVersion = '2.0.2' rxAndroidVersion = '2.1.0'
okHttpVersion = '3.11.0' okHttpVersion = '3.11.0'
retrofitVersion = '2.4.0' retrofitVersion = '2.4.0'
javaxAnnotationVersion = '1.3.2' javaxAnnotationVersion = '1.3.2'