Skip to content

Commit

Permalink
lib and gradle upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
apprajapati9 committed Mar 22, 2024
1 parent d1c1e82 commit 832ce92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ dependencies {
implementation(project(":customLoadingViews"))
implementation ("androidx.core:core-ktx:1.12.0")
implementation ("androidx.appcompat:appcompat:1.6.1")
implementation ("com.google.android.material:material:1.9.0")
implementation ("com.google.android.material:material:1.11.0")
implementation ("androidx.constraintlayout:constraintlayout:2.1.4")
implementation ("androidx.navigation:navigation-fragment-ktx:2.7.3")
implementation ("androidx.navigation:navigation-ui-ktx:2.7.3")
implementation ("androidx.navigation:navigation-fragment-ktx:2.7.7")
implementation ("androidx.navigation:navigation-ui-ktx:2.7.7")
implementation ("androidx.core:core-ktx:1.12.0")

//For network calls
implementation ("com.squareup.retrofit2:retrofit:2.9.0")
//Gson - converterfactor
implementation ("com.squareup.retrofit2:converter-gson:2.9.0")
debugImplementation ("com.squareup.leakcanary:leakcanary-android:2.12")
debugImplementation ("com.squareup.leakcanary:leakcanary-android:2.13")
}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
maven(url = "https://jitpack.io")
}
dependencies {
classpath("com.android.tools.build:gradle:8.1.2")
classpath("com.android.tools.build:gradle:8.3.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22")

// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Jan 02 02:46:08 EST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 832ce92

Please sign in to comment.