Skip to content

Commit

Permalink
Update Gradle & libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedeltaher committed Mar 7, 2020
1 parent 9e1e67b commit 713d3ec
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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'
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 713d3ec

Please sign in to comment.