diff --git a/build.gradle b/build.gradle index 092a179..ac823de 100644 --- a/build.gradle +++ b/build.gradle @@ -1,18 +1,18 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.4.21' - ext.hilt_version ='2.31.2-alpha' + ext.kotlin_version = '1.6.21' + ext.hilt_version = '2.40.1' repositories { google() jcenter() } dependencies { - classpath "com.android.tools.build:gradle:4.1.2" + classpath 'com.android.tools.build:gradle:7.2.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files - classpath 'com.google.gms:google-services:4.3.4' + classpath 'com.google.gms:google-services:4.3.10' } } @@ -30,27 +30,27 @@ task clean(type: Delete) { ext { // Sdk and tools // Support library and architecture components support minSdk 14 and above. - minSdkVersion = 21 - targetSdkVersion = 30 - compileSdkVersion = 30 + minSdkVersion = 22 + targetSdkVersion = 32 + compileSdkVersion = 32 buildToolsVersion = "30.0.2" junitVersion = '5.7.0' - androidXJunitVersion = '1.1.3-alpha03' + androidXJunitVersion = '1.1.4-alpha07' assertjVersion = '3.19.0' coreTestingVersion = '2.1.0' - espressoIntentsVersion = '3.3.0' - espressoVersion = '3.3.0' + espressoIntentsVersion = '3.4.0' + espressoVersion = '3.4.0' coroutinesTestVersion = '1.4.2-native-mt' - appcompatVersion='1.2.0' - materialVersion= '1.3.0-rc01' - activityKtxVersion= '1.2.0-rc01' + appcompatVersion='1.4.2' + materialVersion= '1.7.0-alpha02' + activityKtxVersion= '1.5.1' retrofitVersion = '2.9.0' - moshiVersion = '1.11.0' - okhttpInterceptorVersion = '4.9.0' + moshiVersion = '1.13.0' + okhttpInterceptorVersion = '4.9.1' mockVersion = '1.10.5' - annotationVersion ='1.1.0' - glid = '4.11.0' + annotationVersion ='1.4.0' + glid = '4.12.0' hilt_viewmodels = '1.0.0-alpha03' picassoVersion = '2.71828' - livedata_ktx='2.3.0' + livedata_ktx='2.5.1' } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ee73821..6a6976c 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-6.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip diff --git a/local.properties b/local.properties index aea0dbe..9ee2d4c 100644 --- a/local.properties +++ b/local.properties @@ -1,10 +1,8 @@ -## This file is automatically generated by Android Studio. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file should *NOT* be checked into Version Control Systems, +## This file must *NOT* be checked into Version Control Systems, # as it contains information specific to your local configuration. # # Location of the SDK. This is only used by Gradle. # For customization when using a Version Control System, please read the # header note. -sdk.dir=/Users/amohamed/Library/Android/sdk \ No newline at end of file +#Sun Jul 31 00:41:53 EET 2022 +sdk.dir=/Users/amlsakr/Library/Android/sdk