diff --git a/app/build.gradle b/app/build.gradle index d8b1ccd..f148f9f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ apply plugin: 'kotlin-platform-android' android { compileSdkVersion 29 - buildToolsVersion '29.0.2' + buildToolsVersion '29.0.3' defaultConfig { applicationId 'com.eltaher.task' minSdkVersion 16 @@ -79,8 +79,8 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') //kotlin - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61" - implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.61" + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.70" + implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.70" /**-------------------testing libs------------------------------------------**/ //UI Testing , AndroidJUnitRunner and JUnit Rules &Espresso dependencies @@ -106,23 +106,23 @@ dependencies { implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'com.google.android.material:material:1.2.0-alpha02' + implementation 'com.google.android.material:material:1.2.0-alpha05' //Dagger - implementation 'com.google.dagger:dagger:2.25.2' - kapt 'com.google.dagger:dagger-compiler:2.25.2' + implementation 'com.google.dagger:dagger:2.26' + kapt 'com.google.dagger:dagger-compiler:2.26' implementation "com.google.dagger:dagger-android:2.22.1" implementation "com.google.dagger:dagger-android-support:2.22.1" kapt 'com.google.dagger:dagger-android-processor:2.22.1' - kaptAndroidTest "com.google.dagger:dagger-compiler:2.25.2" + kaptAndroidTest "com.google.dagger:dagger-compiler:2.26" //Logging - implementation 'com.squareup.okhttp3:logging-interceptor:4.2.2' + implementation 'com.squareup.okhttp3:logging-interceptor:4.4.0' // retrofit - implementation 'com.squareup.retrofit2:retrofit:2.7.0' - implementation 'com.squareup.retrofit2:converter-gson:2.7.0' - implementation 'com.squareup.okhttp3:okhttp:4.2.2' + implementation 'com.squareup.retrofit2:retrofit:2.7.2' + implementation 'com.squareup.retrofit2:converter-gson:2.7.2' + implementation 'com.squareup.okhttp3:okhttp:4.4.0' //picasso implementation 'com.squareup.picasso:picasso:2.71828' @@ -138,7 +138,7 @@ dependencies { } //Mockk - implementation 'io.mockk:mockk:1.9.2' + implementation 'io.mockk:mockk:1.9.3' //coroutines implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.2' diff --git a/build.gradle b/build.gradle index fe9cdb4..1b89545 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { maven { url "https://maven.google.com" } } dependencies { - classpath 'com.android.tools.build:gradle:3.5.3' + classpath 'com.android.tools.build:gradle:3.6.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 02ee06f..14fe0bf 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue Oct 29 16:57:11 CET 2019 +#Sat Mar 07 09:21:44 CET 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip diff --git a/local.properties b/local.properties index 73c4478..f78bbad 100644 --- a/local.properties +++ b/local.properties @@ -4,5 +4,5 @@ # Location of the SDK. This is only used by Gradle. # For customization when using a Version Control System, please read the # header note. -#Mon Nov 04 22:32:58 CET 2019 -sdk.dir=/Users/Ahmed/Library/Android/sdk +#Thu Mar 05 09:56:32 CET 2020 +sdk.dir=/Users/amohamed/Library/Android/sdk