From 357f512fc793fa00beb040185c69ad73217c243a Mon Sep 17 00:00:00 2001 From: Abdul Wadood Date: Sun, 2 Sep 2018 03:20:29 +0530 Subject: [PATCH] Update Sdk and build tools version --- app/build.gradle | 4 ++-- build.gradle | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bc994ff6d..099c27164 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -167,11 +167,11 @@ if (custom.listFiles()) { } android { - compileSdkVersion 27 + compileSdkVersion 28 defaultConfig { minSdkVersion 14 - targetSdkVersion 27 + targetSdkVersion 28 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" // See https://github.com/linkedin/dexmaker/issues/65 for why we need the following line. testInstrumentationRunnerArguments.notClass = 'com.android.dex.DexIndexOverflowException' diff --git a/build.gradle b/build.gradle index 9d5178db1..c09e83585 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { google() } 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 // in the individual module build.gradle files @@ -12,11 +12,11 @@ buildscript { } ext { - androidGradlePluginVersion = '3.1.3' + androidGradlePluginVersion = '3.1.4' testdroidGradlePluginVersion = '2.49.1' supportLibraryVersion = '27.1.1' - rxJavaVersion = '2.1.16' - rxAndroidVersion = '2.0.2' + rxJavaVersion = '2.2.2' + rxAndroidVersion = '2.1.0' okHttpVersion = '3.11.0' retrofitVersion = '2.4.0' javaxAnnotationVersion = '1.3.2'