This is an automated email from the ASF dual-hosted git repository.

rajanmaurya154 pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/fineract-cn-mobile.git


The following commit(s) were added to refs/heads/development by this push:
     new 95ab8a8  Chore: Update Build tools and support library version with 
other libraries
95ab8a8 is described below

commit 95ab8a80e243a9aeadddc7218e68852d830ce4dd
Author: therajanmaurya <rajanmaurya...@gmail.com>
AuthorDate: Thu Sep 20 15:35:27 2018 +0530

    Chore: Update Build tools and support library version with other libraries
---
 app/build.gradle                         |  9 ++++++---
 build.gradle                             | 25 +++++++++++++------------
 gradle/wrapper/gradle-wrapper.properties |  2 +-
 3 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index fc40ba3..ae52f98 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -81,6 +81,8 @@ dependencies {
     implementation 
"com.android.support.test.espresso:espresso-idling-resource:$rootProject.espressoVersion"
     implementation 
"com.android.support:support-annotations:$rootProject.supportLibraryVersion"
 
+    // Kotlin Dependencies
+    implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
     implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
 
     //android-job
@@ -88,7 +90,7 @@ dependencies {
 
     implementation 'com.github.therajanmaurya:Sweet-Error:1.0.0'
 
-    implementation 'com.android.support:support-v4:26.1.0'
+    implementation 
"com.android.support:support-v4:$rootProject.supportLibraryVersion"
     kapt "com.github.Raizlabs.DBFlow:dbflow-processor:${dbflowVersion}"
     implementation "com.github.Raizlabs.DBFlow:dbflow-core:${dbflowVersion}"
     implementation "com.github.Raizlabs.DBFlow:dbflow:${dbflowVersion}"
@@ -97,6 +99,7 @@ dependencies {
     // Rx Dependencies
     implementation "io.reactivex.rxjava2:rxjava:$rootProject.rxjavaVersion"
     implementation 
"io.reactivex.rxjava2:rxandroid:$rootProject.rxandroidVersion"
+    implementation "io.reactivex.rxjava2:rxkotlin:$rootProject.rxKotlinVersion"
 
     // Square Dependencies
     implementation 
"com.squareup.retrofit2:retrofit:$rootProject.retrofitVersion"
@@ -112,7 +115,7 @@ dependencies {
 
     // Dagger 2 Dependencies
     implementation "com.google.dagger:dagger:$rootProject.daggerVersion"
-    provided 'org.glassfish:javax.annotation:10.0-b28' //Required by Dagger2
+    compileOnly 'org.glassfish:javax.annotation:10.0-b28' //Required by Dagger2
     kapt daggerCompiler
 //    testkapt daggerCompiler
 //    androidTestkapt daggerCompiler
@@ -123,7 +126,7 @@ dependencies {
 
     // Fabric Crashlytics Dependencies
     implementation('com.crashlytics.sdk.android:crashlytics:2.6.8@aar') {
-        transitive = true;
+        transitive = true
     }
 
     //Sticky header RecyclerView
diff --git a/build.gradle b/build.gradle
index 6c67ab7..911d980 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,14 +1,14 @@
 // Top-level build file where you can add configuration options common to all 
sub-projects/modules.
 
 buildscript {
-    ext.kotlinVersion = '1.2.41'
+    ext.kotlinVersion = '1.2.70'
     repositories {
         google()
         jcenter()
         maven { url 'https://maven.fabric.io/public' }
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.0.1'
+        classpath 'com.android.tools.build:gradle:3.1.4'
         classpath 'io.fabric.tools:gradle:1.+'
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
         // NOTE: Do not place your application dependencies here; they belong
@@ -32,23 +32,24 @@ task clean(type: Delete) {
 ext {
     // Sdk and tools
     minSdkVersion = 15
-    targetSdkVersion = 26
-    compileSdkVersion = 26
-    buildToolsVersion = '26.0.2'
+    targetSdkVersion = 27
+    compileSdkVersion = 27
+    buildToolsVersion = '27.0.3'
 
     // App dependencies
-    supportLibraryVersion = '27.0.2'
+    supportLibraryVersion = '27.1.1'
     daggerVersion = '2.5'
-    retrofitVersion = '2.3.0'
-    okHttp3Version = '3.8.0'
+    retrofitVersion = '2.4.0'
+    okHttp3Version = '3.11.0'
     butterKnifeVersion = '8.5.1'
 
     // rxjava dependencies
-    rxjavaVersion = '2.0.1'
-    rxandroidVersion = '2.0.1'
+    rxjavaVersion = '2.2.1'
+    rxandroidVersion = '2.0.2'
+    rxKotlinVersion = '2.2.0'
 
     //android-job
-    androidJobVersion = '1.2.5'
+    androidJobVersion = '1.2.6'
 
     //db-flow
     dbflowVersion = "4.2.4"
@@ -59,5 +60,5 @@ ext {
     hamcrestVersion = '1.3'
     runnerVersion = '0.5'
     rulesVersion = '0.5'
-    espressoVersion = '2.2.2'
+    espressoVersion = '3.0.2'
 }
diff --git a/gradle/wrapper/gradle-wrapper.properties 
b/gradle/wrapper/gradle-wrapper.properties
index 9170c5e..b618363 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 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

Reply via email to